| Classwise Concept with Examples | ||||||
|---|---|---|---|---|---|---|
| 6th | 7th | 8th | 9th | 10th | 11th | 12th |
Chapter 7 Integrals (Concepts)
Embark on a pivotal journey into the second major branch of calculus: Integration. Often described conceptually as the reverse process of differentiation, integration (also known as finding the antiderivative or primitive) allows us to reconstruct a function from its rate of change. However, its significance extends far beyond merely undoing differentiation; integration provides the mathematical machinery to calculate accumulated quantities, such as areas under curves, volumes of solids, total displacement from velocity, and much more, making it a fundamental tool across science, engineering, economics, and statistics.
We begin by exploring Indefinite Integration. The primary goal here is to find the family of all functions whose derivative is a given function $f(x)$. If we find a function $F(x)$ such that its derivative $F'(x)$ equals $f(x)$, then $F(x)$ is called an antiderivative of $f(x)$. Since the derivative of any constant is zero, if $F(x)$ is an antiderivative, then so is $F(x) + C$ for any arbitrary constant $C$. Therefore, the indefinite integral of $f(x)$ with respect to $x$, denoted by $\mathbf{\int f(x) \, dx}$, represents this entire family of functions: $\mathbf{\int f(x) \, dx = F(x) + C}$. Here, $f(x)$ is the integrand, $dx$ indicates the variable of integration, and $C$ is the indispensable constant of integration.
Just as differentiation relies on standard rules, integration relies on a set of Standard Integration Formulas, which are derived directly by reversing standard differentiation formulas. Key examples include:
- $\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$ (for $n \neq -1$)
- $\int \cos x \, dx = \sin x + C$
- $\int \sin x \, dx = -\cos x + C$
- $\int \sec^2 x \, dx = \tan x + C$
- $\int e^x \, dx = e^x + C$
- $\int \frac{1}{x} \, dx = \log|x| + C$
Often, integrands don't directly match standard forms, necessitating various Methods of Integration:
- Integration by Substitution: A powerful technique used when the integrand can be manipulated into the form $f(g(x))g'(x) \, dx$. By substituting $u = g(x)$, so $du = g'(x) \, dx$, the integral often transforms into a simpler form $\int f(u) \, du$. This method is crucial for many integrals, including those yielding $\int \tan x \, dx$, $\int \cot x \, dx$, $\int \sec x \, dx$, and $\int \csc x \, dx$.
- Integration using Trigonometric Identities: This involves first simplifying the integrand using known trigonometric identities (like those for $\sin^2 x$, $\cos^3 x$, or products like $\sin(mx)\cos(nx)$) before applying standard integration formulas.
- Integration using Partial Fractions: This technique is specifically designed for integrating rational functions $\frac{P(x)}{Q(x)}$ where the degree of $P(x)$ is less than the degree of $Q(x)$. It involves decomposing the rational function into a sum of simpler fractions whose denominators are the factors of $Q(x)$ (considering cases for linear distinct, linear repeated, and irreducible quadratic factors).
- Integration by Parts: Used primarily for integrating products of two functions, this method is based on the product rule for differentiation reversed. The formula is $\mathbf{\int u \, v \, dx = u \left( \int v \, dx \right) - \int \left[ \frac{du}{dx} \left( \int v \, dx \right) \right] dx}$. Strategic choice of the first function ($u$) and second function ($v$) (often guided by the ILATE rule: Inverse, Logarithmic, Algebraic, Trigonometric, Exponential) is key. This method is used to find integrals of functions like $\log x$, $\tan^{-1}x$, and special types like $\int e^x [f(x) + f'(x)] \, dx = e^x f(x) + C$.
Transitioning from indefinite integrals, we introduce Definite Integration. Conceptually, the definite integral $\int\limits_{a}^{b} f(x) \, dx$ is defined as the limit of a sum, geometrically representing the signed area under the curve $y = f(x)$ between the vertical lines $x=a$ and $x=b$. However, evaluating this limit directly is often impractical. The profound link between indefinite and definite integrals is provided by the Fundamental Theorem of Calculus (Part 2). It states that if $F(x)$ is an antiderivative of a continuous function $f(x)$ (i.e., $F'(x) = f(x)$), then the definite integral from $a$ to $b$ can be evaluated simply as: $$ \mathbf{\int\limits_{a}^{b} f(x) \, dx = [F(x)]_{a}^{b} = F(b) - F(a)} $$ Here, $a$ is the lower limit and $b$ is the upper limit of integration. We also utilize various properties of definite integrals (linearity, splitting intervals, change of variables, properties related to even and odd functions) to simplify their evaluation.
Introduction to Integrals
In the study of calculus, we have primarily focused on differentiation, which deals with finding the rate of change of a function. Now, we embark on the study of integration, which is essentially the reverse or inverse process of differentiation. Just as subtraction is the inverse of addition, or division is the inverse of multiplication, integration is the inverse operation to differentiation. If we are given a function, differentiation tells us how fast it is changing. Conversely, if we know the rate of change of a function (i.e., its derivative), integration allows us to find the original function. This inverse process is called anti-differentiation.
Besides being the inverse of differentiation, integration has a profound connection to the concept of finding the area under a curve. Calculating areas of irregular shapes using geometric formulas can be impossible. Integration provides a powerful method to determine the area of a region bounded by a curve, the x-axis (or y-axis), and vertical (or horizontal) lines. This connection is formalised through the definition of the definite integral.
Antiderivative (or Primitive)
The process of finding a function whose derivative is a given function is called anti-differentiation. The function we find is called an antiderivative.
Definition: A function $F(x)$ is called an antiderivative or primitive of a function $f(x)$ on an interval $I$ if the derivative of $F(x)$ with respect to $x$ is equal to $f(x)$ for all values of $x$ in the interval $I$.
$F'(x) = f(x)$ for all $x \in I$
... (1)
Let's consider an example. We know that the derivative of $x^2$ is $2x$. So, $F(x) = x^2$ is an antiderivative of $f(x) = 2x$. What about the derivative of $x^2 + 5$? It is $\frac{d}{dx}(x^2 + 5) = 2x + 0 = 2x$. So, $x^2 + 5$ is also an antiderivative of $2x$. What about the derivative of $x^2 - 100$? It is $\frac{d}{dx}(x^2 - 100) = 2x - 0 = 2x$. So, $x^2 - 100$ is also an antiderivative of $2x$.
In general, if $F(x)$ is an antiderivative of $f(x)$, then for any arbitrary constant $C$, the function $G(x) = F(x) + C$ is also an antiderivative of $f(x)$, because:
G'(x) = $\frac{d}{dx}(F(x) + C)$
G'(x) = $\frac{d}{dx}(F(x)) + \frac{d}{dx}(C)$
G'(x) = $F'(x) + 0$
G'(x) = $f(x)$
Thus, if a function $f(x)$ has one antiderivative $F(x)$, it actually has an entire family of antiderivatives, given by $F(x) + C$, where $C$ can be any real number. This constant $C$ is called the constant of integration.
This collection of all antiderivatives of $f(x)$ is called the indefinite integral of $f(x)$.
Example 1. Find an antiderivative of $f(x) = 2x$.
Answer:
Given:
The function $f(x) = 2x$.
To Find:
A function $F(x)$ such that its derivative $F'(x)$ is equal to $f(x)$.
Solution:
We need to find $F(x)$ such that $\frac{d}{dx}(F(x)) = 2x$.
We recall basic differentiation formulas. We know that the power rule for differentiation states $\frac{d}{dx}(x^n) = nx^{n-1}$.
In our case, we have $2x^1$. Comparing this with $nx^{n-1}$, if we let $n-1 = 1$, then $n=2$. The power rule gives $\frac{d}{dx}(x^2) = 2x^{2-1} = 2x^1 = 2x$.
So, $F(x) = x^2$ is an antiderivative of $f(x) = 2x$.
As discussed in the definition, any function of the form $x^2 + C$, where $C$ is a constant, will also have the derivative $2x$. For example:
- $\frac{d}{dx}(x^2 + 5) = 2x + 0 = 2x$
- $\frac{d}{dx}(x^2 - 10) = 2x - 0 = 2x$
- $\frac{d}{dx}(x^2 + \sqrt{2}) = 2x + 0 = 2x$
- $\frac{d}{dx}(x^2 - \frac{1}{2}) = 2x - 0 = 2x$
The question asks for "an" antiderivative, so $x^2$ is a valid answer. If the question asked for the "general" antiderivative, the answer would be $x^2 + C$.
An antiderivative of $f(x) = 2x$ is $\mathbf{F(x) = x^2}$.
The general antiderivative is $\mathbf{x^2 + C}$, where $C$ is the constant of integration.
Two Types of Integrals
Calculus deals with two main types of integrals, each serving a different purpose:
1. Indefinite Integral: The indefinite integral of a function $f(x)$, denoted by $\int f(x) dx$, represents the family of all antiderivatives of $f(x)$. If $F(x)$ is one antiderivative of $f(x)$, then the indefinite integral is written as $\int f(x) dx = F(x) + C$, where $C$ is the arbitrary constant of integration. The term 'indefinite' refers to the fact that the result is not a single function but a collection of functions differing by a constant.
2. Definite Integral: The definite integral of a function $f(x)$ over a specific interval from $a$ to $b$, denoted by $\int_{a}^{b} f(x) dx$, represents a specific numerical value. Geometrically, if $f(x) \geq 0$ on $[a, b]$, this value corresponds to the area of the region bounded by the curve $y=f(x)$, the x-axis, and the vertical lines $x=a$ and $x=b$. If $f(x)$ takes negative values, the definite integral represents the signed area (areas below the x-axis are considered negative). The numbers $a$ and $b$ are called the lower and upper limits of integration, respectively.
The profound relationship between the indefinite integral (antidifferentiation) and the definite integral (area under the curve) is established by the Fundamental Theorem of Integral Calculus, which we will study later. This theorem is a cornerstone of calculus, linking the two seemingly different concepts.
Indefinite Integrals
As discussed in the introduction, the process of finding antiderivatives is called integration. When we find all possible antiderivatives of a function, we are finding its indefinite integral. The indefinite integral of a function $f(x)$ is the entire collection or family of all functions $F(x)$ whose derivative is $f(x)$.
Notation of Indefinite Integral
The indefinite integral of a function $f(x)$ with respect to the variable $x$ is denoted by the symbol $\int f(x) dx$.
If $F(x)$ is any one antiderivative of $f(x)$ (meaning $F'(x) = f(x)$), then the indefinite integral of $f(x)$ is given by:
$\int f(x) dx = F(x) + C$
Here's a breakdown of the notation:
- $\int$: This elongated 'S' symbol is the integral sign, introduced by Leibniz. It represents the operation of integration.
- $f(x)$: This is the function being integrated. It is called the integrand.
- $dx$: This indicates that the integration is being performed with respect to the variable $x$. This is crucial, especially when dealing with functions of multiple variables or when performing integration by substitution.
- $F(x)$: This is any one function whose derivative is $f(x)$, i.e., an antiderivative of $f(x)$.
- $C$: This is the constant of integration. It represents the entire family of antiderivatives. Since the derivative of any constant is zero, adding an arbitrary constant $C$ to an antiderivative $F(x)$ results in another antiderivative $F(x) + C$. The value of $C$ is not determined in an indefinite integral, hence the term "indefinite".
The process of evaluating or finding an indefinite integral is also referred to as integration.
Indefinite integration is the inverse operation to differentiation. This relationship can be expressed symbolically:
1. If we differentiate an indefinite integral, we get back the original function:
$\frac{d}{dx}\left(\int f(x) dx\right) = f(x)$
... (1)
For example, $\frac{d}{dx}(\int 2x dx) = \frac{d}{dx}(x^2 + C) = 2x + 0 = 2x$, which is the original function.
2. If we integrate the derivative of a function, we get the original function back, but with an arbitrary constant of integration:
$\int F'(x) dx = F(x) + C$
... (2)
For example, $\int \frac{d}{dx}(x^3) dx = \int 3x^2 dx$. We know that the antiderivative of $3x^2$ is $x^3$, so $\int 3x^2 dx = x^3 + C$. This gives us the original function $x^3$ plus the constant of integration.
Geometrical Interpretation of Indefinite Integral
The indefinite integral $\int f(x) dx = F(x) + C$ represents not a single curve, but a family of parallel curves. Each different value of the constant of integration $C$ corresponds to a different curve in this family.
Consider the example $f(x) = 2x$. The indefinite integral is $\int 2x dx = x^2 + C$. The general form of the antiderivative is $y = x^2 + C$. By assigning different real values to $C$, we get different parabolas:
- If $C=0$, we get $y = x^2$.
- If $C=1$, we get $y = x^2 + 1$.
- If $C=-2$, we get $y = x^2 - 2$.
- If $C=5.5$, we get $y = x^2 + 5.5$.
- And so on.
These curves are vertical shifts of the basic curve $y = F(x)$ (in this case, $y=x^2$).
The key property of this family of curves is that at any given value of $x$, the slope of the tangent line to each curve is the same and is equal to $f(x)$. For example, at $x=1$, the slope of the tangent to any curve $y = x^2 + C$ is $\frac{dy}{dx} = 2x = 2(1) = 2$. All curves in the family $y=x^2+C$ have a tangent with a slope of 2 at $x=1$. This is true for any specific $x$ value – the tangents at points with the same x-coordinate on different curves in the family are parallel.
The constant of integration $C$ thus represents the degree of freedom we have when finding an antiderivative; it indicates that there are infinitely many antiderivatives for a given function $f(x)$, all related by a vertical shift. To find a specific antiderivative (and thus determine the value of $C$), we need additional information, usually in the form of an initial condition (a point $(x_0, y_0)$ that the curve passes through), which is common in solving differential equations.
Properties of Indefinite Integrals
The properties of indefinite integrals are directly inherited from the corresponding properties of derivatives. These properties make the process of integration practical, allowing us to integrate sums and differences of functions, and constant multiples of functions, by integrating each term separately. These are often referred to as the linearity properties of integration.
Linearity Properties
Let $f(x)$ and $g(x)$ be two integrable functions on an interval, and let $k$ be a constant. The following properties hold for indefinite integrals:
1. Integral of Sum or Difference: The indefinite integral of the sum or difference of two functions is equal to the sum or difference of their individual indefinite integrals.
$\int [f(x) \pm g(x)] dx = \int f(x) dx \pm \int g(x) dx$
... (1)
This property means we can integrate term by term when dealing with sums or differences of functions.
2. Integral of a Constant Multiple: The indefinite integral of a constant times a function is equal to the constant times the indefinite integral of the function.
$\int k f(x) dx = k \int f(x) dx$, where $k$ is any real constant
... (2)
This property allows us to factor out constant coefficients before integrating.
These two properties can be combined into a single general linearity property for a finite number of functions:
$\int [c_1 f_1(x) + c_2 f_2(x) + \dots + c_n f_n(x)] dx = c_1 \int f_1(x) dx + c_2 \int f_2(x) dx + \dots + c_n \int f_n(x) dx$
... (3)
where $c_1, c_2, \dots, c_n$ are constants and $f_1, f_2, \dots, f_n$ are integrable functions.
Derivation of Linearity Properties
The proofs of these properties rely directly on the definition of an indefinite integral and the properties of differentiation.
Derivation of Property 1: $\int [f(x) \pm g(x)] dx = \int f(x) dx \pm \int g(x) dx$
Let $F(x)$ be an antiderivative of $f(x)$, so $\frac{d}{dx}(F(x)) = f(x)$. Let $G(x)$ be an antiderivative of $g(x)$, so $\frac{d}{dx}(G(x)) = g(x)$.
Consider the derivative of the sum/difference of these antiderivatives, $F(x) \pm G(x)$, using the sum/difference rule of differentiation:
$\frac{d}{dx} [F(x) \pm G(x)] = \frac{d}{dx}(F(x)) \pm \frac{d}{dx}(G(x))$
$\frac{d}{dx} [F(x) \pm G(x)] = f(x) \pm g(x)$
(By definition of $F(x)$ and $G(x)$)
By the definition of an indefinite integral, if the derivative of a function is $f(x) \pm g(x)$, then that function is an antiderivative of $f(x) \pm g(x)$. Thus, $F(x) \pm G(x)$ is an antiderivative of $f(x) \pm g(x)$.
The indefinite integral of $f(x) \pm g(x)$ is the family of all its antiderivatives:
$\int [f(x) \pm g(x)] dx = (F(x) \pm G(x)) + C$
... (A)
Now consider the right side of the property: $\int f(x) dx \pm \int g(x) dx$.
By definition, $\int f(x) dx = F(x) + C_1$ and $\int g(x) dx = G(x) + C_2$, where $C_1$ and $C_2$ are arbitrary constants.
$\int f(x) dx \pm \int g(x) dx = (F(x) + C_1) \pm (G(x) + C_2)$
$= F(x) \pm G(x) + C_1 \pm C_2$
Since $C_1$ and $C_2$ are arbitrary constants, their sum or difference ($C_1 \pm C_2$) is also an arbitrary constant. Let $C = C_1 \pm C_2$.
$\int f(x) dx \pm \int g(x) dx = F(x) \pm G(x) + C$
... (B)
Comparing equations (A) and (B), we see that $\int [f(x) \pm g(x)] dx = \int f(x) dx \pm \int g(x) dx$.
Derivation of Property 2: $\int k f(x) dx = k \int f(x) dx$
Let $F(x)$ be an antiderivative of $f(x)$, so $\frac{d}{dx}(F(x)) = f(x)$. Let $k$ be a constant.
Consider the derivative of $k F(x)$, using the constant multiple rule of differentiation:
$\frac{d}{dx} [k F(x)] = k \frac{d}{dx}(F(x))$
$\frac{d}{dx} [k F(x)] = k f(x)$
(By definition of $F(x)$)
By the definition of an indefinite integral, if the derivative of a function is $k f(x)$, then that function is an antiderivative of $k f(x)$. Thus, $k F(x)$ is an antiderivative of $k f(x)$.
The indefinite integral of $k f(x)$ is the family of all its antiderivatives:
$\int k f(x) dx = k F(x) + C$
... (C)
Now consider the right side of the property: $k \int f(x) dx$. By definition, $\int f(x) dx = F(x) + C_1$, where $C_1$ is an arbitrary constant.
k $\int f(x) dx = k (F(x) + C_1)$
= $k F(x) + k C_1$
If $k \neq 0$, then $k C_1$ is also an arbitrary constant. Let $C = k C_1$.
k $\int f(x) dx = k F(x) + C$
... (D)
Comparing equations (C) and (D), we see that $\int k f(x) dx = k \int f(x) dx$. If $k=0$, then $\int 0 \cdot f(x) dx = \int 0 dx = C'$ (an arbitrary constant). And $0 \cdot \int f(x) dx = 0 \cdot (F(x) + C_1) = 0$. For the property to hold in this case, we interpret $0 \int f(x) dx$ as the constant function zero plus an arbitrary constant, i.e., $0+C'$. So, the property holds for $k=0$ as well.
Example 1. Evaluate $\int (x^2 + \cos x) dx$.
Answer:
Given:
The integral $\int (x^2 + \cos x) dx$.
To Evaluate:
The given indefinite integral.
Solution:
We use the linearity property for the sum of functions (Property 1):
$\int (x^2 + \cos x) dx = \int x^2 dx + \int \cos x dx$
(Using Property 1)
Now, we use the standard integral formulas:
- $\int x^n dx = \frac{x^{n+1}}{n+1} + C_1$ (for $n \neq -1$)
- $\int \cos x dx = \sin x + C_2$
For $\int x^2 dx$, we have $n=2$. Applying the power rule for integration:
$\int x^2 dx = \frac{x^{2+1}}{2+1} + C_1 = \frac{x^3}{3} + C_1$
For $\int \cos x dx$, the standard integral is:
$\int \cos x dx = \sin x + C_2$
Substituting these results back into the expression:
$\int (x^2 + \cos x) dx = \left(\frac{x^3}{3} + C_1\right) + (\sin x + C_2)$
Combine the terms and the constants of integration:
= $\frac{x^3}{3} + \sin x + C_1 + C_2$
Let $C = C_1 + C_2$. Since $C_1$ and $C_2$ are arbitrary constants, their sum $C$ is also an arbitrary constant.
$\int (x^2 + \cos x) dx = \frac{x^3}{3} + \sin x + C$
Thus, the indefinite integral is $\mathbf{\frac{x^3}{3} + \sin x + C}$.
Example 2. Evaluate $\int 5 e^x dx$.
Answer:
Given:
The integral $\int 5 e^x dx$.
To Evaluate:
The given indefinite integral.
Solution:
We use the linearity property for a constant multiple (Property 2). The constant $k$ is 5.
$\int 5 e^x dx = 5 \int e^x dx$
(Using Property 2)
Now, we use the standard integral formula:
- $\int e^x dx = e^x + C_1$
Substituting this result:
$\int 5 e^x dx = 5 (e^x + C_1)$
Distribute the constant 5:
= $5 e^x + 5C_1$
Since $C_1$ is an arbitrary constant, $5C_1$ is also an arbitrary constant. Let $C = 5C_1$.
$\int 5 e^x dx = 5 e^x + C$
Thus, the indefinite integral is $\mathbf{5 e^x + C}$.
Integration by Substitution
While we can find the antiderivatives of basic functions using standard formulas, many integrals that appear in practice are more complex and cannot be evaluated directly. One of the most fundamental and widely used techniques for evaluating such integrals is the method of integration by substitution, also known as the change of variable method or u-substitution. This method simplifies the integrand by replacing the independent variable with a new variable, effectively transforming the integral into a form that can be solved using standard integration formulas. The method is essentially the inverse process of the Chain Rule of differentiation.
The Method of Substitution
The method of substitution is based on the idea of reversing the Chain Rule. Recall the Chain Rule for differentiation: if $y = f(g(x))$, then $\frac{dy}{dx} = f'(g(x)) \cdot g'(x)$. This means that the antiderivative of $f'(g(x)) \cdot g'(x)$ is $f(g(x))$.
$\int f'(g(x)) \cdot g'(x) dx = f(g(x)) + C$
The substitution method makes this process more systematic. It involves making a substitution $u = g(x)$. Then, the differential $du$ is related to $dx$ by the derivative of the substitution:
$\frac{du}{dx} = g'(x)$
Multiplying by $dx$ (treating $du$ and $dx$ as differentials), we get:
du = $g'(x)$ dx
... (1)
Now consider an integral of the form $\int h(x) dx$. If we can rewrite the integrand $h(x)$ in the form $f(g(x)) g'(x)$, we can make the substitution $u = g(x)$ and $du = g'(x) dx$.
The integral then transforms from an integral with respect to $x$ to an integral with respect to $u$:
$\int f(g(x)) g'(x) dx = \int f(u) du$
... (2)
The goal is to choose the substitution $u = g(x)$ such that the resulting integral $\int f(u) du$ is simpler and can be evaluated using known integration formulas. Once the integral with respect to $u$ is evaluated, we substitute back $u = g(x)$ to express the result in terms of the original variable $x$.
If $\int f(u) du = F(u) + C$, then
$\int f(g(x)) g'(x) dx = F(g(x)) + C$
... (3)
The success of this method depends heavily on choosing the correct substitution. A good substitution $u = g(x)$ is usually a part of the integrand whose derivative $g'(x)$ is also present as a factor in the integrand (possibly multiplied by a constant).
Guidelines for Choosing Substitution
Look for expressions within the integrand that could be a function $g(x)$, such that its derivative $g'(x)$ (or a constant multiple of it) is also present in the integrand. Common patterns include:
1. Inner Function of a Composite Function: If the integrand contains a composite function $f(g(x))$, try substituting $u = g(x)$. You will need $g'(x) dx$ to be present.
- Integral form: $\int f(ax+b) dx$. Substitution: $u = ax+b$. Then $du = a dx$, so $dx = \frac{1}{a} du$. The integral becomes $\int f(u) \frac{1}{a} du = \frac{1}{a} \int f(u) du$.
- Integral form: $\int (g(x))^n g'(x) dx$. Substitution: $u = g(x)$. Then $du = g'(x) dx$. The integral becomes $\int u^n du$.
2. Expression in the Denominator: If the integrand is a fraction where the numerator is the derivative of the denominator (or a constant multiple), try substituting $u$ as the denominator.
- Integral form: $\int \frac{g'(x)}{g(x)} dx$. Substitution: $u = g(x)$. Then $du = g'(x) dx$. The integral becomes $\int \frac{du}{u} = \ln|u| + C = \ln|g(x)| + C$.
3. Expression under a Root or Power: If there is an expression raised to a power or under a square root, try substituting $u$ equal to that expression.
- Integral form: $\int x^n \sqrt{ax^{n+1} + b} dx$. Substitution: $u = ax^{n+1} + b$. Then $du = a(n+1)x^n dx$. You would need $x^n dx$ present.
The key is that after substitution, the integral should contain only the new variable $u$ and $du$. There should be no $x$ terms remaining after the substitution.
Example 1. Evaluate $\int \sin(mx) dx$, where $m$ is a constant.
Answer:
Given:
The integral $\int \sin(mx) dx$.
To Evaluate:
The given indefinite integral.
Solution:
Let the given integral be $I$. The integrand is $\sin(mx)$. This is a composite function where $mx$ is the inner function. This suggests the substitution $u = mx$.
Let $u = mx$.
Now, we find the differential $du$ by differentiating both sides with respect to $x$ and multiplying by $dx$:
$\frac{du}{dx} = \frac{d}{dx}(mx)$
$\frac{du}{dx} = m$
Multiplying by $dx$ gives:
du = $m$ dx
... (i)
We need to replace $dx$ in the original integral. From equation (i), we can solve for $dx$ (assuming $m \neq 0$):
dx = $\frac{1}{m}$ du
... (ii)
Now, substitute $u = mx$ and $dx = \frac{1}{m} du$ into the original integral $I$:
$I = \int \sin(u) \left(\frac{1}{m} du\right)$
Using the constant multiple property of integration (we can pull constants outside the integral):
$I = \frac{1}{m} \int \sin u du$
We know the standard integral of $\sin u$ with respect to $u$ is $-\cos u$. So, we evaluate the integral with respect to $u$:
$\int \sin u du = -\cos u + C_1$
[Standard integral]
Substitute this back into the expression for $I$:
$I = \frac{1}{m} (-\cos u + C_1)$
$= -\frac{1}{m} \cos u + \frac{C_1}{m}$
Finally, substitute back $u = mx$ to get the result in terms of $x$. Let $C = \frac{C_1}{m}$, which is the new arbitrary constant of integration.
$I = -\frac{1}{m} \cos(mx) + C$
If $m=0$, the integral becomes $\int \sin(0) dx = \int 0 dx = C'$. The formula $-\frac{1}{m} \cos(mx) + C$ is not applicable directly due to division by zero. However, the integral $\int \sin(mx) dx$ is well-defined for $m=0$. The result is an arbitrary constant, which is consistent with the general form $F(x)+C$.
Thus, $\int \sin(mx) dx = \mathbf{-\frac{1}{m} \cos(mx) + C}$ (for $m \neq 0$).
Example 2. Evaluate $\int \frac{2x}{1+x^2} dx$.
Answer:
Given:
The integral $\int \frac{2x}{1+x^2} dx$.
To Evaluate:
The given indefinite integral.
Solution:
Let the given integral be $I$. We observe the structure of the integrand $\frac{2x}{1+x^2}$. The numerator $2x$ is the derivative of the expression in the denominator, $1+x^2$. This pattern strongly suggests using a substitution where $u$ is the denominator.
Let $u = 1+x^2$.
Now, we find the differential $du$ by differentiating $u$ with respect to $x$ and multiplying by $dx$:
$\frac{du}{dx} = \frac{d}{dx}(1+x^2)$
$\frac{du}{dx} = 0 + 2x = 2x$
Multiplying by $dx$ gives:
du = $2x$ dx
... (i)
Now, we substitute $u = 1+x^2$ and $du = 2x dx$ into the original integral $I$. Notice that the term $2x dx$ in the integrand is exactly equal to $du$.
$I = \int \frac{1}{u} du$
This is a standard integral form, $\int \frac{1}{u} du = \ln|u| + C_1$.
$I = \ln|u| + C_1$
[Standard integral]
Finally, substitute back $u = 1+x^2$ to express the result in terms of the original variable $x$. Let $C = C_1$ be the constant of integration.
$I = \ln|1+x^2| + C$
Since $x^2 \geq 0$ for all real $x$, $1+x^2 \geq 1 > 0$. Therefore, $1+x^2$ is always positive, and we can remove the absolute value sign.
$I = \ln(1+x^2) + C$
Thus, $\int \frac{2x}{1+x^2} dx = \mathbf{\ln(1+x^2) + C}$.
Standard Integrals
Just as there are fundamental formulas for differentiating basic functions, there are also a set of standard formulas for integrating basic functions. These are derived directly from the definition of the indefinite integral (i.e., by reversing standard differentiation formulas) or by using simple substitution. These standard integrals form the building blocks for evaluating more complex integrals using techniques like substitution, integration by parts, partial fractions, etc. A good understanding and memorization of these formulas are essential for success in integral calculus.
Basic Integration Formulas
Here is a list of fundamental indefinite integral formulas:
1. Power Rule for Integration:
$\int x^n dx = \frac{x^{n+1}}{n+1} + C$, for any real number $n \neq -1$
... (1)
(Derived from $\frac{d}{dx}\left(\frac{x^{n+1}}{n+1}\right) = \frac{1}{n+1} \frac{d}{dx}(x^{n+1}) = \frac{1}{n+1} (n+1)x^{(n+1)-1} = x^n$).
2. Integral of $\frac{1}{x}$:
$\int \frac{1}{x} dx = \ln|x| + C$, for $x \neq 0$ (This handles the case $n=-1$ in the power rule)
... (2)
(Derived from $\frac{d}{dx}(\ln|x|) = \frac{1}{x}$ for $x \neq 0$).
3. Integral of Exponential Function $e^x$:
$\int e^x dx = e^x + C$
... (3)
(Derived from $\frac{d}{dx}(e^x) = e^x$).
4. Integral of General Exponential Function $a^x$:
$\int a^x dx = \frac{a^x}{\ln a} + C$, for $a > 0$ and $a \neq 1$
... (4)
(Derived from $\frac{d}{dx}\left(\frac{a^x}{\ln a}\right) = \frac{1}{\ln a} \frac{d}{dx}(a^x) = \frac{1}{\ln a} (a^x \ln a) = a^x$).
Trigonometric Integrals
The integrals of basic trigonometric functions are derived from the derivatives of the inverse trigonometric functions.
5. $\int \cos x dx = \sin x + C$ (Since $\frac{d}{dx}(\sin x) = \cos x$)
6. $\int \sin x dx = -\cos x + C$ (Since $\frac{d}{dx}(-\cos x) = -(-\sin x) = \sin x$)
7. $\int \sec^2 x dx = \tan x + C$ (Since $\frac{d}{dx}(\tan x) = \sec^2 x$)
8. $\int \text{cosec}^2 x dx = -\cot x + C$ (Since $\frac{d}{dx}(-\cot x) = -(-\text{cosec}^2 x) = \text{cosec}^2 x$)
9. $\int \sec x \tan x dx = \sec x + C$ (Since $\frac{d}{dx}(\sec x) = \sec x \tan x$)
10. $\int \text{cosec } x \cot x dx = -\text{cosec } x + C$ (Since $\frac{d}{dx}(-\text{cosec } x) = -(-\text{cosec } x \cot x) = \text{cosec } x \cot x$)
The integrals of $\tan x, \cot x, \sec x, \text{cosec } x$ can be found using substitution:
11. $\int \tan x dx = \int \frac{\sin x}{\cos x} dx$. Let $u = \cos x$, then $du = -\sin x dx$, so $\sin x dx = -du$.
$\int \frac{-du}{u} = -\int \frac{1}{u} du = -\ln|u| + C = -\ln|\cos x| + C$
Using logarithm properties, $-\ln|\cos x| = \ln(|\cos x|^{-1}) = \ln\left|\frac{1}{\cos x}\right| = \ln|\sec x|$. So, $\int \tan x dx = \ln|\sec x| + C$.
12. $\int \cot x dx = \int \frac{\cos x}{\sin x} dx$. Let $u = \sin x$, then $du = \cos x dx$.
$\int \frac{du}{u} = \ln|u| + C = \ln|\sin x| + C$
So, $\int \cot x dx = \ln|\sin x| + C$.
13. $\int \sec x dx$: This integral is not immediately obvious. We can use a trick by multiplying the integrand by $\frac{\sec x + \tan x}{\sec x + \tan x}$.
$\int \sec x dx = \int \sec x \left(\frac{\sec x + \tan x}{\sec x + \tan x}\right) dx = \int \frac{\sec^2 x + \sec x \tan x}{\sec x + \tan x} dx$
Now, let $u = \sec x + \tan x$. Then $du = (\frac{d}{dx}(\sec x) + \frac{d}{dx}(\tan x)) dx = (\sec x \tan x + \sec^2 x) dx$. The integral becomes $\int \frac{du}{u} = \ln|u| + C$.
$\int \sec x dx = \ln|\sec x + \tan x| + C$
14. $\int \text{cosec } x dx$: Similar to $\int \sec x dx$, we multiply by $\frac{\text{cosec } x - \cot x}{\text{cosec } x - \cot x}$.
$\int \text{cosec } x dx = \int \text{cosec } x \left(\frac{\text{cosec } x - \cot x}{\text{cosec } x - \cot x}\right) dx = \int \frac{\text{cosec}^2 x - \text{cosec } x \cot x}{\text{cosec } x - \cot x} dx$
Let $u = \text{cosec } x - \cot x$. Then $du = (\frac{d}{dx}(\text{cosec } x) - \frac{d}{dx}(\cot x)) dx = (-\text{cosec } x \cot x - (-\text{cosec}^2 x)) dx = (\text{cosec}^2 x - \text{cosec } x \cot x) dx$. The integral becomes $\int \frac{du}{u} = \ln|u| + C$.
$\int \text{cosec } x dx = \ln|\text{cosec } x - \cot x| + C$
An alternative form for $\int \text{cosec } x dx$ using $\text{cosec } x = \frac{1}{\sin x} = \frac{1}{2 \sin(x/2)\cos(x/2)} = \frac{\sec^2(x/2)}{2 \tan(x/2)}$ and substituting $u=\tan(x/2)$ leads to $\ln|\tan(x/2)| + C$.
Inverse Trigonometric Integrals
These formulas are the direct inverse of the differentiation formulas for inverse trigonometric functions.
15. $\int \frac{1}{\sqrt{1-x^2}} dx = \sin^{-1} x + C$, for $-1 < x < 1$. (Since $\frac{d}{dx}(\sin^{-1} x) = \frac{1}{\sqrt{1-x^2}}$)
16. $\int \frac{1}{\sqrt{a^2-x^2}} dx = \sin^{-1} \left(\frac{x}{a}\right) + C$, for $-a < x < a, a > 0$. This can be derived from the previous formula by substituting $x=az$, so $dx = a dz$. $\int \frac{a dz}{\sqrt{a^2-(az)^2}} = \int \frac{a dz}{\sqrt{a^2(1-z^2)}} = \int \frac{a dz}{a\sqrt{1-z^2}} = \int \frac{dz}{\sqrt{1-z^2}} = \sin^{-1} z + C$. Substitute back $z=x/a$.
17. $\int \frac{1}{1+x^2} dx = \tan^{-1} x + C$. (Since $\frac{d}{dx}(\tan^{-1} x) = \frac{1}{1+x^2}$)
18. $\int \frac{1}{a^2+x^2} dx = \frac{1}{a} \tan^{-1} \left(\frac{x}{a}\right) + C$, for $a \neq 0$. This can be derived from the previous formula by substituting $x=az$, so $dx=a dz$. $\int \frac{a dz}{a^2+(az)^2} = \int \frac{a dz}{a^2(1+z^2)} = \frac{1}{a} \int \frac{dz}{1+z^2} = \frac{1}{a} \tan^{-1} z + C$. Substitute back $z=x/a$.
19. $\int \frac{1}{x\sqrt{x^2-1}} dx = \sec^{-1} x + C$, for $|x| > 1$. (Since $\frac{d}{dx}(\sec^{-1} x) = \frac{1}{|x|\sqrt{x^2-1}}$. Note that for $x>1$, $|x|=x$)
20. $\int \frac{1}{x\sqrt{x^2-a^2}} dx = \frac{1}{a} \sec^{-1} \left(\frac{x}{a}\right) + C$, for $|x| > a, a > 0$. This can be derived from the previous formula by substituting $x=az$, so $dx=a dz$. $\int \frac{a dz}{az\sqrt{(az)^2-a^2}} = \int \frac{a dz}{az\sqrt{a^2(z^2-1)}} = \int \frac{a dz}{az \cdot a\sqrt{z^2-1}} = \frac{1}{a} \int \frac{dz}{z\sqrt{z^2-1}} = \frac{1}{a} \sec^{-1} z + C$. Substitute back $z=x/a$. (Here we assume $x>a>0$, so $z>1$).
Important Note: Remember to always add the constant of integration $C$ to the result of an indefinite integral.
Also note that while the derivatives of $\cos^{-1} x$, $\cot^{-1} x$, $\text{cosec}^{-1} x$ are the negatives of the derivatives of $\sin^{-1} x$, $\tan^{-1} x$, $\sec^{-1} x$ respectively, we typically use the $\sin^{-1}$, $\tan^{-1}$, $\sec^{-1}$ forms as the standard results for these positive integrands. For instance, $\int \frac{-1}{\sqrt{1-x^2}} dx = \cos^{-1} x + C$.
Standard Evaluation
Once we have a list of standard integral formulas and understand the linearity properties, we can start evaluating various indefinite integrals. The simplest integrals can be solved by directly applying the standard formulas after possibly rearranging the integrand using algebraic manipulation or trigonometric identities. For slightly more complex integrals, the method of substitution, along with the standard formulas, is used. This section focuses on the direct application of standard formulas and linearity, sometimes combined with straightforward substitutions.
Applying Standard Formulas and Linearity
Evaluating an indefinite integral $\int f(x) dx$ using standard formulas and linearity involves the following steps:
1. Examine the integrand $f(x)$.
2. If $f(x)$ is a sum or difference of functions, use the linearity property $\int [g(x) \pm h(x)] dx = \int g(x) dx \pm \int h(x) dx$ to break the integral into simpler integrals.
3. If $f(x)$ contains a constant multiple $k$, use the linearity property $\int k g(x) dx = k \int g(x) dx$ to factor out the constant.
4. Rewrite each resulting integral in a form that matches one of the standard integral formulas. This may involve algebraic manipulation (e.g., expanding expressions, rewriting fractions) or using trigonometric identities.
5. Apply the appropriate standard integral formula to each part.
6. Combine the results and add a single arbitrary constant of integration $C$ at the end (since the sum or difference of arbitrary constants is itself an arbitrary constant).
Example 1. Evaluate $\int (x^3 - 6x^2 + 2x - 7) dx$.
Answer:
Given:
The integral $\int (x^3 - 6x^2 + 2x - 7) dx$.
To Evaluate:
The given indefinite integral.
Solution:
We use the linearity property of indefinite integrals to integrate each term separately:
$\int (x^3 - 6x^2 + 2x - 7) dx = \int x^3 dx - \int 6x^2 dx + \int 2x dx - \int 7 dx$
(Using Property 1)
Now, use the constant multiple property (Property 2) to pull out the constant coefficients:
$= \int x^3 dx - 6 \int x^2 dx + 2 \int x^1 dx - 7 \int x^0 dx$
(Rewriting constant 7 as $7x^0$ and $x$ as $x^1$)
Apply the power rule for integration, $\int x^n dx = \frac{x^{n+1}}{n+1} + C$, to each term:
- For $\int x^3 dx$, $n=3$: $\frac{x^{3+1}}{3+1} = \frac{x^4}{4}$.
- For $\int x^2 dx$, $n=2$: $\frac{x^{2+1}}{2+1} = \frac{x^3}{3}$.
- For $\int x^1 dx$, $n=1$: $\frac{x^{1+1}}{1+1} = \frac{x^2}{2}$.
- For $\int x^0 dx$, $n=0$: $\frac{x^{0+1}}{0+1} = \frac{x^1}{1} = x$. Alternatively, $\int 7 dx = 7x$.
Substitute these results back into the expression:
$= \left(\frac{x^4}{4}\right) - 6 \left(\frac{x^3}{3}\right) + 2 \left(\frac{x^2}{2}\right) - 7 (x) + C$
Simplify the terms and add a single constant of integration $C$ (representing the sum of constants from each term):
$= \frac{x^4}{4} - 2x^3 + x^2 - 7x + C$
Thus, the indefinite integral is $\mathbf{\frac{x^4}{4} - 2x^3 + x^2 - 7x + C}$.
Example 2. Evaluate $\int (\sqrt{x} + \frac{1}{\sqrt{x}}) dx$.
Answer:
Given:
The integral $\int (\sqrt{x} + \frac{1}{\sqrt{x}}) dx$.
To Evaluate:
The given indefinite integral.
Solution:
First, rewrite the terms in the integrand using exponents to apply the power rule:
$\sqrt{x} = x^{1/2}$
$\frac{1}{\sqrt{x}} = \frac{1}{x^{1/2}} = x^{-1/2}$
The integral becomes:
$\int (x^{1/2} + x^{-1/2}) dx$
Using the linearity property (Property 1) to integrate term by term:
$= \int x^{1/2} dx + \int x^{-1/2} dx$
Apply the power rule $\int x^n dx = \frac{x^{n+1}}{n+1} + C$ to each integral:
- For $\int x^{1/2} dx$, $n=1/2$: $\frac{x^{1/2+1}}{1/2+1} = \frac{x^{3/2}}{3/2}$.
- For $\int x^{-1/2} dx$, $n=-1/2$: $\frac{x^{-1/2+1}}{-1/2+1} = \frac{x^{1/2}}{1/2}$.
Substitute these results and add the constant of integration $C$:
$= \frac{x^{3/2}}{3/2} + \frac{x^{1/2}}{1/2} + C$
Rewrite the fractions by inverting the denominators:
$= \frac{2}{3} x^{3/2} + 2 x^{1/2} + C$
Optionally, rewrite $x^{1/2}$ as $\sqrt{x}$:
$= \frac{2}{3} x^{3/2} + 2 \sqrt{x} + C$
Thus, the indefinite integral is $\mathbf{\frac{2}{3} x^{3/2} + 2 \sqrt{x} + C}$.
Example 3. Evaluate $\int \frac{\sin x}{\cos^2 x} dx$.
Answer:
Given:
The integral $\int \frac{\sin x}{\cos^2 x} dx$.
To Evaluate:
The given indefinite integral.
Solution:
We rewrite the integrand using trigonometric identities to see if it matches a standard form:
$\frac{\sin x}{\cos^2 x} = \frac{\sin x}{\cos x} \cdot \frac{1}{\cos x}$
Using the identities $\tan x = \frac{\sin x}{\cos x}$ and $\sec x = \frac{1}{\cos x}$:
$\frac{\sin x}{\cos^2 x} = \tan x \cdot \sec x = \sec x \tan x$
The integral becomes:
$\int \frac{\sin x}{\cos^2 x} dx = \int \sec x \tan x dx$
This is a standard integral form:
$\int \sec x \tan x dx = \sec x + C$
[Standard integral formula]
Thus, the indefinite integral is $\mathbf{\sec x + C}$.
Example 4. Evaluate $\int \frac{dx}{\sqrt{1 - 4x^2}}$.
Answer:
Given:
The integral $\int \frac{dx}{\sqrt{1 - 4x^2}}$.
To Evaluate:
The given indefinite integral.
Solution:
The form of the integrand $\frac{1}{\sqrt{1 - (\text{something})^2}}$ resembles the standard integral $\int \frac{dx}{\sqrt{1-x^2}} = \sin^{-1} x + C$.
We rewrite the term $4x^2$ as $(2x)^2$ to identify the "something":
$\int \frac{dx}{\sqrt{1 - (2x)^2}}$
Let's use a substitution. Let $u = 2x$.
Find the differential $du$:
$\frac{du}{dx} = \frac{d}{dx}(2x) = 2$
So, $du = 2 dx$. We need to replace $dx$ in the integral, so $dx = \frac{1}{2} du$.
Substitute $u = 2x$ and $dx = \frac{1}{2} du$ into the integral:
$\int \frac{\frac{1}{2} du}{\sqrt{1 - u^2}}$
Use the constant multiple property to move $\frac{1}{2}$ outside the integral:
$= \frac{1}{2} \int \frac{du}{\sqrt{1 - u^2}}$
The integral $\int \frac{du}{\sqrt{1 - u^2}}$ is a standard integral form:
$\int \frac{du}{\sqrt{1 - u^2}} = \sin^{-1} u + C_1$
[Standard integral formula]
Substitute this back into the expression:
$= \frac{1}{2} (\sin^{-1} u + C_1) = \frac{1}{2} \sin^{-1} u + \frac{C_1}{2}$
Finally, substitute back $u = 2x$. Let $C = \frac{C_1}{2}$ be the arbitrary constant.
$= \frac{1}{2} \sin^{-1} (2x) + C$
Thus, the indefinite integral is $\mathbf{\frac{1}{2} \sin^{-1} (2x) + C}$.
Note: For $\sin^{-1}(2x)$ to be defined, we need $-1 \leq 2x \leq 1$, which means $-1/2 \leq x \leq 1/2$. The integral is valid on an interval within this range.
Integration of Rational Functions of sin x and cos x
A rational function of $\sin x$ and $\cos x$ is a function that can be expressed as a ratio of two polynomials in $\sin x$ and $\cos x$. Examples include $\frac{\sin x + \cos x}{1 + \sin x \cos x}$, $\frac{1}{1 + \sin x}$, $\frac{\cos x}{2 + \sin x}$, etc. Integrals of such functions can often be challenging to evaluate using standard methods or simple substitutions. However, there exists a universal substitution that transforms any such integral into the integral of a rational function of a new variable, which can then be solved using methods like partial fractions.
The Universal Substitution $t = \tan(x/2)$
The key to integrating any rational function of $\sin x$ and $\cos x$ is the substitution $t = \tan(x/2)$. This substitution is sometimes called the Weierstrass substitution or the tangent half-angle substitution.
Using this substitution, we can express $\sin x$, $\cos x$, and the differential $dx$ entirely in terms of $t$ and $dt$. We use basic trigonometric identities:
We know that $\sin x = 2 \sin(x/2) \cos(x/2)$ and $\cos x = \cos^2(x/2) - \sin^2(x/2)$. We can rewrite these expressions by dividing the numerator and denominator by $\cos^2(x/2)$ (assuming $\cos(x/2) \neq 0$):
$\sin x = \frac{2 \sin(x/2) \cos(x/2)}{\cos^2(x/2) + \sin^2(x/2)}$ [Using $\cos^2(x/2) + \sin^2(x/2) = 1$]
$\sin x = \frac{\frac{2 \sin(x/2) \cos(x/2)}{\cos^2(x/2)}}{\frac{\cos^2(x/2) + \sin^2(x/2)}{\cos^2(x/2)}} = \frac{2 \frac{\sin(x/2)}{\cos(x/2)} \cdot \frac{\cos(x/2)}{\cos(x/2)}}{1 + \frac{\sin^2(x/2)}{\cos^2(x/2)}} = \frac{2 \tan(x/2)}{1 + \tan^2(x/2)}$
$\cos x = \frac{\cos^2(x/2) - \sin^2(x/2)}{\cos^2(x/2) + \sin^2(x/2)}$
$\cos x = \frac{\frac{\cos^2(x/2) - \sin^2(x/2)}{\cos^2(x/2)}}{\frac{\cos^2(x/2) + \sin^2(x/2)}{\cos^2(x/2)}} = \frac{1 - \frac{\sin^2(x/2)}{\cos^2(x/2)}}{1 + \frac{\sin^2(x/2)}{\cos^2(x/2)}} = \frac{1 - \tan^2(x/2)}{1 + \tan^2(x/2)}$
Now, substitute $t = \tan(x/2)$ into these expressions:
$\sin x = \frac{2t}{1+t^2}$
... (1)
$\cos x = \frac{1-t^2}{1+t^2}$
... (2)
Next, we need to find the relationship between $dx$ and $dt$. We differentiate the substitution $t = \tan(x/2)$ with respect to $x$:
$\frac{dt}{dx} = \frac{d}{dx}(\tan(x/2))$
Using the chain rule ($\frac{d}{dx}(\tan u) = \sec^2 u \frac{du}{dx}$ with $u=x/2$):
$\frac{dt}{dx} = \sec^2(x/2) \cdot \frac{d}{dx}(x/2)$
$\frac{dt}{dx} = \sec^2(x/2) \cdot \frac{1}{2}$
Using the identity $\sec^2 \theta = 1 + \tan^2 \theta$, we have $\sec^2(x/2) = 1 + \tan^2(x/2) = 1 + t^2$:
$\frac{dt}{dx} = \frac{1}{2}(1+t^2)$
Rearranging to solve for $dx$ in terms of $dt$:
$dx = \frac{2 dt}{1+t^2}$
... (3)
The three formulas derived above:
- $\sin x = \frac{2t}{1+t^2}$
- $\cos x = \frac{1-t^2}{1+t^2}$
- $dx = \frac{2 dt}{1+t^2}$
allow us to convert any rational function of $\sin x$ and $\cos x$ into a rational function of the single variable $t$. The resulting integral in terms of $t$ can then be evaluated using techniques for integrating rational functions, primarily by decomposing the integrand into partial fractions. This substitution is particularly useful when the integrand contains terms like $\frac{1}{a+b \sin x}$ or $\frac{1}{a+b \cos x}$.
Example 1. Evaluate $\int \frac{dx}{1 + \sin x}$.
Answer:
Given:
The integral $\int \frac{dx}{1 + \sin x}$.
The integrand is a rational function of $\sin x$ (since 1 is a polynomial in $\sin x$ or $\cos x$ and $\sin x$ is a polynomial in $\sin x$).
To Evaluate:
The given indefinite integral.
Solution:
We use the universal substitution $t = \tan(x/2)$. With this substitution, we have the formulas:
- $\sin x = \frac{2t}{1+t^2}$
- $dx = \frac{2 dt}{1+t^2}$
Substitute these expressions into the integral:
$\int \frac{dx}{1 + \sin x} = \int \frac{\frac{2 dt}{1+t^2}}{1 + \frac{2t}{1+t^2}}$
Now, simplify the expression. First, simplify the denominator:
$1 + \frac{2t}{1+t^2} = \frac{1 \cdot (1+t^2)}{1+t^2} + \frac{2t}{1+t^2} = \frac{1+t^2+2t}{1+t^2} = \frac{t^2+2t+1}{1+t^2} = \frac{(1+t)^2}{1+t^2}$
Substitute this simplified denominator back into the integral expression:
$= \int \frac{\frac{2 dt}{1+t^2}}{\frac{(1+t)^2}{1+t^2}}$
To divide the fractions, multiply the numerator by the reciprocal of the denominator:
$= \int \frac{2 dt}{1+t^2} \cdot \frac{1+t^2}{(1+t)^2}$
Cancel the $(1+t^2)$ term in the numerator and denominator:
$= \int \frac{2 dt}{(1+t)^2}$
Move the constant 2 outside the integral:
$= 2 \int (1+t)^{-2} dt$
Now, we can evaluate this integral using the power rule $\int u^n du = \frac{u^{n+1}}{n+1} + C$ with $u = 1+t$ and $n = -2$. Note that if $u = 1+t$, then $du = \frac{d}{dt}(1+t) dt = 1 dt = dt$.
$= 2 \left(\frac{(1+t)^{-2+1}}{-2+1}\right) + C_1$
[Applying power rule]
$= 2 \left(\frac{(1+t)^{-1}}{-1}\right) + C_1$
$= 2 \left(-\frac{1}{1+t}\right) + C_1$
$= -\frac{2}{1+t} + C_1$
Finally, substitute back $t = \tan(x/2)$ to express the result in terms of $x$. Let $C = C_1$ be the constant of integration.
$= -\frac{2}{1+\tan(x/2)} + C$
Thus, $\int \frac{dx}{1 + \sin x} = \mathbf{-\frac{2}{1+\tan(x/2)} + C}$.
Note: This substitution is valid provided $\tan(x/2)$ is defined and $\cos(x/2) \neq 0$, i.e., $x/2 \neq (n + \frac{1}{2})\pi$, or $x \neq (2n + 1)\pi$ for integer $n$. For $x = (2n+1)\pi$, $\sin x = 0$ and $\cos x = -1$, the integrand becomes $1/1 = 1$, which is integrable. The formula works almost everywhere.
Integration by Partial Fractions
The method of integration by partial fractions is a powerful technique specifically used to integrate rational functions. A rational function is defined as a function that can be written as the ratio of two polynomials, $P(x)$ and $Q(x)$, where $Q(x)$ is not the zero polynomial. That is, $f(x) = \frac{P(x)}{Q(x)}$.
Rational functions are classified based on the degrees of the polynomials in the numerator and denominator:
- A rational function $\frac{P(x)}{Q(x)}$ is called proper if the degree of the numerator polynomial $P(x)$ is strictly less than the degree of the denominator polynomial $Q(x)$.
- A rational function $\frac{P(x)}{Q(x)}$ is called improper if the degree of $P(x)$ is greater than or equal to the degree of $Q(x)$.
If the rational function is improper, the first step before applying partial fraction decomposition is to perform polynomial long division. This process allows us to write the improper rational function as the sum of a polynomial and a proper rational function:
$\frac{P(x)}{Q(x)} = S(x) + \frac{R(x)}{Q(x)}$
... (A)
Here, $S(x)$ is the quotient polynomial (which is easy to integrate using the power rule), and $\frac{R(x)}{Q(x)}$ is the remainder term, which is a proper rational function (the degree of $R(x)$ is less than the degree of $Q(x)$). The focus then shifts to integrating the proper rational function $\frac{R(x)}{Q(x)}$.
The core idea of the partial fraction method is to decompose the proper rational function $\frac{R(x)}{Q(x)}$ into a sum of simpler fractions, called partial fractions, whose integrals are known or can be easily evaluated. The form of this decomposition depends on the factorization of the denominator polynomial $Q(x)$. We need to factorize $Q(x)$ into its linear and irreducible quadratic factors over the real numbers.
Cases for Partial Fraction Decomposition of a Proper Rational Function $\frac{P(x)}{Q(x)}$
The form of the partial fraction decomposition depends on the nature of the factors of the denominator $Q(x)$:
Case 1: Denominator $Q(x)$ contains non-repeated linear factors.
If $Q(x)$ can be factored into distinct linear factors $(x-a_1), (x-a_2), \dots, (x-a_n)$, where $a_i$ are distinct real numbers, then the proper rational function $\frac{P(x)}{Q(x)}$ can be decomposed as:
$\frac{P(x)}{(x-a_1)(x-a_2)\dots(x-a_n)} = \frac{A_1}{x-a_1} + \frac{A_2}{x-a_2} + \dots + \frac{A_n}{x-a_n}$
... (1)
where $A_1, A_2, \dots, A_n$ are constants that need to be determined. Each term on the right side is easily integrable: $\int \frac{A}{x-a} dx = A \ln|x-a| + C$.
Case 2: Denominator $Q(x)$ contains repeated linear factors.
If $Q(x)$ contains a linear factor $(x-a)$ repeated $k$ times, i.e., $(x-a)^k$ is a factor of $Q(x)$, then corresponding to this factor, the partial fraction decomposition includes the sum of $k$ fractions:
$\frac{B_1}{x-a} + \frac{B_2}{(x-a)^2} + \dots + \frac{B_k}{(x-a)^k}$
... (2)
where $B_1, B_2, \dots, B_k$ are constants. If there are other factors in $Q(x)$, their corresponding partial fractions (as per their type) are added to this sum. The integrals of these terms are of the form $\int \frac{B}{(x-a)^m} dx = B \int (x-a)^{-m} dx$, which can be solved using the power rule for $m \neq 1$, and $\int \frac{B}{x-a} dx = B \ln|x-a| + C$ for $m=1$.
Case 3: Denominator $Q(x)$ contains non-repeated irreducible quadratic factors.
An irreducible quadratic factor is a quadratic expression $ax^2+bx+c$ that cannot be factored into linear factors with real coefficients (i.e., its discriminant $b^2-4ac < 0$). If $Q(x)$ contains such a factor $(ax^2+bx+c)$, then corresponding to this factor, the partial fraction decomposition includes the term:
$\frac{Ax+B}{ax^2+bx+c}$
... (3)
where $A$ and $B$ are constants. The integral of such a term usually involves completing the square in the denominator and results in logarithmic and inverse tangent functions.
Case 4: Denominator $Q(x)$ contains repeated irreducible quadratic factors.
If $Q(x)$ contains an irreducible quadratic factor $(ax^2+bx+c)$ repeated $k$ times, i.e., $(ax^2+bx+c)^k$ is a factor of $Q(x)$, then corresponding to this factor, the partial fraction decomposition includes the sum of $k$ fractions:
$\frac{A_1x+B_1}{ax^2+bx+c} + \frac{A_2x+B_2}{(ax^2+bx+c)^2} + \dots + \frac{A_kx+B_k}{(ax^2+bx+c)^k}$
... (4)
where $A_i$ and $B_i$ are constants. Integration of these terms can be more involved, sometimes requiring trigonometric substitution after completing the square.
Determining the Constants:
After setting up the form of the partial fraction decomposition, the next step is to find the values of the unknown constants ($A_i, B_i$, etc.). This is done by equating the original proper rational function $\frac{P(x)}{Q(x)}$ to its partial fraction decomposition, then clearing the denominators by multiplying both sides by $Q(x)$. This results in an identity between the numerator $P(x)$ and a polynomial involving the unknown constants. The constants can be determined by:
- Substituting specific convenient values of $x$ (especially the roots of $Q(x)$ if they are real).
- Equating the coefficients of like powers of $x$ on both sides of the identity, which leads to a system of linear equations that can be solved for the constants.
Once the constants are found, the original integral is transformed into a sum of simpler integrals, each corresponding to a partial fraction, which can be evaluated using standard formulas.
Example 1. Evaluate $\int \frac{x}{(x+1)(x+2)} dx$.
Answer:
Given:
The integral $\int \frac{x}{(x+1)(x+2)} dx$.
The integrand is a rational function $\frac{P(x)}{Q(x)}$ where $P(x) = x$ (degree 1) and $Q(x) = (x+1)(x+2) = x^2 + 3x + 2$ (degree 2). Since Degree($P(x)$) < Degree($Q(x)$), it is a proper rational function.
The denominator $Q(x)$ is already factored into distinct linear factors: $(x+1)$ and $(x+2)$.
To Evaluate:
The given indefinite integral using partial fractions.
Solution:
We apply Case 1 of the partial fraction decomposition. We assume the integrand can be written as:
$\frac{x}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2}$
... (A)
where $A$ and $B$ are constants to be determined.
To find $A$ and $B$, multiply both sides of equation (A) by the denominator $(x+1)(x+2)$:
$(x+1)(x+2) \cdot \frac{x}{(x+1)(x+2)} = (x+1)(x+2) \cdot \left(\frac{A}{x+1} + \frac{B}{x+2}\right)$
x = $A(x+2) + B(x+1)$
... (B)
Equation (B) is an identity that must hold for all values of $x$ (except possibly where the original denominator is zero, but we use it to find the constants for the identity). We can find $A$ and $B$ by substituting convenient values of $x$ (the roots of the factors in the denominator) or by comparing coefficients.
Method 1: Substitution of Roots
The roots of the denominator factors are $x = -1$ (from $x+1=0$) and $x = -2$ (from $x+2=0$).
Substitute $x = -1$ into equation (B):
$-1 = A(-1+2) + B(-1+1)$
$-1 = A(1) + B(0)$
A = $-1$
Substitute $x = -2$ into equation (B):
$-2 = A(-2+2) + B(-2+1)$
$-2 = A(0) + B(-1)$
$-2 = -B \implies B = 2$
Method 2: Comparing Coefficients (Alternate Method)
Expand the right side of equation (B):
x = $Ax + 2A + Bx + B$
Group terms by powers of $x$:
x = $(A+B)x + (2A+B)$
Equate the coefficients of corresponding powers of $x$ on both sides:
- Coefficient of $x^1$: $1 = A+B$
- Coefficient of $x^0$ (constant term): $0 = 2A+B$
We have a system of two linear equations:
A + B = 1
... (C)
2A + B = 0
... (D)
Subtract equation (C) from equation (D):
(2A + B) - (A + B) = 0 - 1
A = $-1$
Substitute $A=-1$ into equation (C):
$-1 + B = 1 \implies B = 1 + 1 = 2$
Both methods give $A=-1$ and $B=2$.
Substitute the values of $A$ and $B$ back into the partial fraction decomposition (A):
$\frac{x}{(x+1)(x+2)} = \frac{-1}{x+1} + \frac{2}{x+2}$
... (E)
Now, integrate the right side of equation (E) term by term:
$\int \frac{x}{(x+1)(x+2)} dx = \int \left(\frac{-1}{x+1} + \frac{2}{x+2}\right) dx$
Using the linearity property:
$= \int \frac{-1}{x+1} dx + \int \frac{2}{x+2} dx$
$= -1 \int \frac{1}{x+1} dx + 2 \int \frac{1}{x+2} dx$
(Using Property 2)
We use the standard integral formula $\int \frac{1}{u} du = \ln|u| + C'$. Let $u_1 = x+1$, then $du_1 = dx$. Let $u_2 = x+2$, then $du_2 = dx$.
$= -\ln|x+1| + 2 \ln|x+2| + C$
(Adding a single constant C)
We can simplify the result using logarithm properties: $p \ln M = \ln M^p$ and $\ln M + \ln N = \ln(MN)$.
$= 2 \ln|x+2| - \ln|x+1| + C$
$= \ln|(x+2)^2| - \ln|x+1| + C$
Using $\ln M - \ln N = \ln(M/N)$:
$= \ln\left|\frac{(x+2)^2}{x+1}\right| + C$
Thus, $\int \frac{x}{(x+1)(x+2)} dx = \mathbf{\ln\left|\frac{(x+2)^2}{x+1}\right| + C}$.
The integral is defined where the integrand is defined, i.e., for $x \neq -1$ and $x \neq -2$. The absolute value sign in the logarithm ensures the expression is defined for the appropriate intervals.
Integration by Parts
When we encounter an integral of the product of two functions, i.e., $\int f(x) g(x) dx$, we cannot simply integrate each function separately (unlike differentiation of a product). The technique used for integrating a product of two functions is called Integration by Parts. This method is the integral equivalent of the product rule for differentiation.
Formula for Integration by Parts
The formula for integration by parts is derived from the product rule of differentiation. Let $u$ and $v$ be two differentiable functions of $x$. The product rule states:
$\frac{d}{dx}(uv) = u \frac{dv}{dx} + v \frac{du}{dx}$
... (A)
Integrate both sides of this equation with respect to $x$:
$\int \frac{d}{dx}(uv) dx = \int \left(u \frac{dv}{dx} + v \frac{du}{dx}\right) dx$
Using the property that the integral of a derivative is the function itself (plus a constant, which we'll incorporate later), the left side is simply $uv$. Using the linearity property of integrals on the right side:
uv = $\int u \frac{dv}{dx} dx + \int v \frac{du}{dx} dx$
Now, let's use differential notation. Let $du = \frac{du}{dx} dx$ and $dv = \frac{dv}{dx} dx$. Substituting these into the equation:
uv = $\int u \, dv + \int v \, du$
... (B)
Rearranging this equation to isolate the integral $\int u \, dv$, we get the integration by parts formula:
$\int u \, dv = uv - \int v \, du$
... (1)
This is the standard formula for integration by parts.
In the context of integrating a product of two functions $f(x)$ and $g(x)$, we choose one function to be $u = f(x)$ and the remaining part, $g(x) dx$, to be $dv$.
So, we set:
- $u = f(x)$ (the function to be differentiated) $\implies du = f'(x) dx$
- $dv = g(x) dx$ (the function to be integrated) $\implies v = \int g(x) dx$
Substituting these into the formula $\int u \, dv = uv - \int v \, du$, we get another way to write the formula:
$\int f(x) g(x) dx = f(x) \left(\int g(x) dx\right) - \int \left(\frac{d}{dx} f(x)\right) \left(\int g(x) dx\right) dx$
... (2)
The goal of integration by parts is to transform the original integral $\int u \, dv$ into a new integral $\int v \, du$ that is easier to evaluate. The success of this method depends critically on how we choose which part of the integrand is $u$ and which part is $dv$.
Choosing $u$ and $dv$ (ILATE Rule)
The choice of $u$ and $dv$ is crucial. Generally, we choose $u$ as the function that becomes simpler when differentiated, and $dv$ as the remaining part (including $dx$) which is easy to integrate. A helpful mnemonic for deciding which function to choose as $u$ is the **ILATE** (or **LIATE**) rule. This rule suggests the order of preference for choosing $u$ based on the type of function:
- I: Inverse Trigonometric functions (e.g., $\sin^{-1} x, \cos^{-1} x, \tan^{-1} x$)
- L: Logarithmic functions (e.g., $\ln x, \log_a x$)
- A: Algebraic functions (e.g., polynomials like $x^n$, $\sqrt{x}$, etc.)
- T: Trigonometric functions (e.g., $\sin x, \cos x, \tan x$)
- E: Exponential functions (e.g., $e^x, a^x$)
The function type that appears earliest in the ILATE list should generally be chosen as $u$. The remaining part of the integrand, including $dx$, is then assigned to $dv$.
For example, in $\int x e^x dx$, we have an Algebraic function ($x$) and an Exponential function ($e^x$). A comes before E in ILATE, so we choose $u = x$ and $dv = e^x dx$. In $\int x \ln x dx$, we have a Logarithmic function ($\ln x$) and an Algebraic function ($x$). L comes before A, so we choose $u = \ln x$ and $dv = x dx$.
This rule is a guideline, not a strict law, but it works well in most common cases encountered at this level.
Example 1. Evaluate $\int x \cos x dx$.
Answer:
Given:
The integral $\int x \cos x dx$.
This is an integral of a product of two functions: $x$ (Algebraic) and $\cos x$ (Trigonometric).
To Evaluate:
The given indefinite integral using integration by parts.
Solution:
We use integration by parts, $\int u \, dv = uv - \int v \, du$. According to the ILATE rule (A comes before T), we choose $u$ as the algebraic function and $dv$ as the trigonometric function times $dx$.
Let $u = x$
and $dv = \cos x dx$
Now, we need to find $du$ by differentiating $u$ and find $v$ by integrating $dv$.
Differentiating $u$ with respect to $x$: $du = \frac{d}{dx}(x) dx = 1 dx = dx$
Integrating $dv$: $v = \int \cos x dx = \sin x$
(We omit the constant of integration for $v$ at this step, as it will cancel out in the formula)
Now, apply the integration by parts formula $\int u \, dv = uv - \int v \, du$:
$\int x \cos x dx = (x)(\sin x) - \int (\sin x) dx$
Evaluate the new integral $\int \sin x dx$:
$\int \sin x dx = -\cos x + C'$
[Standard integral]
Substitute this result back into the equation:
$\int x \cos x dx = x \sin x - (-\cos x + C')$
$= x \sin x + \cos x - C'$
Let $C = -C'$ be the arbitrary constant of integration.
$\int x \cos x dx = x \sin x + \cos x + C$
Thus, the indefinite integral is $\mathbf{x \sin x + \cos x + C}$.
Example 2. Evaluate $\int \ln x dx$.
Answer:
Given:
The integral $\int \ln x dx$.
This does not appear as a product of two functions, but we can rewrite it as a product of $\ln x$ and the constant function 1: $\int (\ln x) \cdot 1 \, dx$.
We have a Logarithmic function ($\ln x$) and an Algebraic function (1, considered as $x^0$).
To Evaluate:
The given indefinite integral using integration by parts.
Solution:
We use integration by parts, $\int u \, dv = uv - \int v \, du$. According to the ILATE rule (L comes before A), we choose $u$ as the logarithmic function and $dv$ as the algebraic function (1) times $dx$.
Let $u = \ln x$
and $dv = 1 dx = dx$
Now, we find $du$ by differentiating $u$ and find $v$ by integrating $dv$.
Differentiating $u$ with respect to $x$: $du = \frac{d}{dx}(\ln x) dx = \frac{1}{x} dx$
Integrating $dv$: $v = \int 1 dx = x$
(Omitting the constant for $v$)
Now, apply the integration by parts formula $\int u \, dv = uv - \int v \, du$:
$\int \ln x dx = (\ln x)(x) - \int (x) \left(\frac{1}{x} dx\right)$
$= x \ln x - \int \frac{\cancel{x}}{\cancel{x}} dx$
$= x \ln x - \int 1 dx$
Evaluate the new integral $\int 1 dx$:
$\int 1 dx = x + C'$
[Standard integral]
Substitute this result back:
$\int \ln x dx = x \ln x - (x + C')$
$= x \ln x - x - C'$
Let $C = -C'$ be the arbitrary constant of integration.
$\int \ln x dx = x \ln x - x + C$
This can also be written as $x(\ln x - 1) + C$.
Thus, the indefinite integral is $\mathbf{x \ln x - x + C}$.
Standard Forms
Beyond the very basic power rule, exponential, logarithmic, and simple trigonometric integrals, there are several other standard integral formulas that are crucial for solving a wide variety of problems. These standard forms often involve rational expressions or square roots where the denominator or the term under the square root is a quadratic expression. These formulas are frequently derived using techniques like trigonometric substitution or completing the square, but they are important enough to be memorized and recognised directly.
Standard Integrals Involving Quadratic Denominators or Square Roots
These formulas cover integrals where the integrand is of the form $\frac{1}{\text{quadratic}}$ or $\frac{1}{\sqrt{\text{quadratic}}}$. The quadratic expression is typically a simple form like $x^2 \pm a^2$ or $a^2 - x^2$. If the quadratic expression is more general, like $Ax^2+Bx+C$, the first step is usually to complete the square to convert it into one of the standard forms.
1. Integral of $\frac{1}{x^2 - a^2}$:
$\int \frac{dx}{x^2 - a^2} = \frac{1}{2a} \ln\left|\frac{x-a}{x+a}\right| + C$, for $x^2 > a^2, a \neq 0$
... (1)
Derivation using Partial Fractions: We decompose the integrand into partial fractions:
$\frac{1}{x^2-a^2} = \frac{1}{(x-a)(x+a)}$
Assume the decomposition is $\frac{A}{x-a} + \frac{B}{x+a}$.
$\frac{1}{(x-a)(x+a)} = \frac{A(x+a) + B(x-a)}{(x-a)(x+a)}$
Equating numerators: $1 = A(x+a) + B(x-a)$. Set $x=a$: $1 = A(a+a) + B(a-a) = 2aA \implies A = \frac{1}{2a}$. Set $x=-a$: $1 = A(-a+a) + B(-a-a) = -2aB \implies B = -\frac{1}{2a}$. So, $\frac{1}{x^2-a^2} = \frac{1}{2a(x-a)} - \frac{1}{2a(x+a)}$. Now, integrate:
$\int \frac{dx}{x^2 - a^2} = \int \left(\frac{1}{2a(x-a)} - \frac{1}{2a(x+a)}\right) dx = \frac{1}{2a} \int \frac{dx}{x-a} - \frac{1}{2a} \int \frac{dx}{x+a}$
Using the standard integral $\int \frac{1}{u} du = \ln|u| + C$:
$= \frac{1}{2a} \ln|x-a| - \frac{1}{2a} \ln|x+a| + C$
Using logarithm properties ($\ln M - \ln N = \ln(M/N)$):
$= \frac{1}{2a} \ln\left|\frac{x-a}{x+a}\right| + C$
2. Integral of $\frac{1}{a^2 - x^2}$:
$\int \frac{dx}{a^2 - x^2} = \frac{1}{2a} \ln\left|\frac{a+x}{a-x}\right| + C$, for $a^2 > x^2, a \neq 0$
... (2)
This formula can be derived similarly using partial fractions for $\frac{1}{(a-x)(a+x)}$. Alternatively, note that $\frac{1}{a^2-x^2} = - \frac{1}{x^2-a^2}$. $\int \frac{dx}{a^2-x^2} = - \int \frac{dx}{x^2-a^2} = - \frac{1}{2a} \ln\left|\frac{x-a}{x+a}\right| + C = \frac{1}{2a} \ln\left|\left(\frac{x-a}{x+a}\right)^{-1}\right| + C = \frac{1}{2a} \ln\left|\frac{x+a}{x-a}\right| + C$. For $a^2>x^2$, both $a+x$ and $a-x$ have the same sign, so $\left|\frac{x+a}{x-a}\right| = \left|\frac{a+x}{a-x}\right|$.
3. Integral of $\frac{1}{\sqrt{x^2 - a^2}}$:
$\int \frac{dx}{\sqrt{x^2 - a^2}} = \ln|x + \sqrt{x^2 - a^2}| + C$, for $x^2 > a^2$
... (3)
4. Integral of $\frac{1}{\sqrt{a^2 - x^2}}$:
$\int \frac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1} \left(\frac{x}{a}\right) + C$, for $a^2 > x^2, a > 0$
... (4)
This was previously listed as a basic integral, derived from the derivative of $\sin^{-1}(x/a)$.
5. Integral of $\frac{1}{\sqrt{x^2 + a^2}}$:
$\int \frac{dx}{\sqrt{x^2 + a^2}} = \ln|x + \sqrt{x^2 + a^2}| + C$
... (5)
6. Integral of $\frac{1}{x^2 + a^2}$:
$\int \frac{dx}{x^2 + a^2} = \frac{1}{a} \tan^{-1} \left(\frac{x}{a}\right) + C$, for $a \neq 0$
... (6)
This was also previously listed as a basic integral, derived from the derivative of $\tan^{-1}(x/a)$.
Standard Integrals of the Form $\int \sqrt{\text{quadratic}} dx$
These formulas involve integrals of the square root of a quadratic expression.
7. Integral of $\sqrt{x^2 - a^2}$:
$\int \sqrt{x^2 - a^2} dx = \frac{x}{2}\sqrt{x^2 - a^2} - \frac{a^2}{2} \ln|x + \sqrt{x^2 - a^2}| + C$, for $x^2 \geq a^2$
... (7)
8. Integral of $\sqrt{a^2 - x^2}$:
$\int \sqrt{a^2 - x^2} dx = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2} \sin^{-1} \left(\frac{x}{a}\right) + C$, for $a^2 \geq x^2, a > 0$
... (8)
9. Integral of $\sqrt{x^2 + a^2}$:
$\int \sqrt{x^2 + a^2} dx = \frac{x}{2}\sqrt{x^2 + a^2} + \frac{a^2}{2} \ln|x + \sqrt{x^2 + a^2}| + C$
... (9)
These three formulas are often derived using integration by parts (taking $u = \sqrt{\text{quadratic}}$ and $dv=dx$) or using appropriate trigonometric substitutions (e.g., $x=a \sin\theta$ for $\sqrt{a^2-x^2}$, $x=a \tan\theta$ for $\sqrt{a^2+x^2}$, and $x=a \sec\theta$ for $\sqrt{x^2-a^2}$).
Using Standard Forms after Completing the Square
Many integrals involve quadratic expressions that are not in the simple forms $x^2 \pm a^2$ or $a^2 \mp x^2$. In such cases, we use the algebraic technique of completing the square to transform the quadratic expression into one of these standard forms, and then apply the appropriate standard integral formula.
For a general quadratic expression of the form $Ax^2+Bx+C$:
Factor out $A$: $A(x^2 + \frac{B}{A}x + \frac{C}{A})$
Complete the square for the terms involving $x$ inside the parenthesis. Add and subtract $(\frac{B}{2A})^2$:
$= A\left(x^2 + \frac{B}{A}x + \left(\frac{B}{2A}\right)^2 - \left(\frac{B}{2A}\right)^2 + \frac{C}{A}\right)$
$= A\left(\left(x + \frac{B}{2A}\right)^2 + \frac{C}{A} - \frac{B^2}{4A^2}\right)$
$= A\left(\left(x + \frac{B}{2A}\right)^2 + \frac{4AC - B^2}{4A^2}\right)$
Let $u = x + \frac{B}{2A}$. Then $du = dx$. Let $k^2 = \left|\frac{4AC - B^2}{4A^2}\right|$. The expression inside the parenthesis takes the form $u^2 + \frac{4AC-B^2}{4A^2}$. Depending on the sign of $4AC - B^2$, this will be of the form $u^2+k^2$ or $u^2-k^2$ or $k^2-u^2$ (possibly with a leading negative sign factored out with $A$). The integral then transforms into one of the standard forms (1) to (9) involving $u^2$ and $k^2$.
Example 1. Evaluate $\int \frac{dx}{x^2 + 4x + 5}$.
Answer:
Given:
The integral $\int \frac{dx}{x^2 + 4x + 5}$.
The integrand has a quadratic expression in the denominator.
To Evaluate:
The given indefinite integral using standard forms after completing the square.
Solution:
The denominator is the quadratic expression $x^2 + 4x + 5$. We complete the square for this expression.
Take the coefficient of $x$, which is 4. Half of it is 2. Square it: $2^2 = 4$. Add and subtract this value to the expression:
x$^2$ + 4x + 5 = (x$^2$ + 4x + 4) + 5 - 4
= $(x+2)^2 + 1$
We can write $1$ as $1^2$. So the denominator is in the form $(x+2)^2 + 1^2$.
The integral becomes:
$\int \frac{dx}{(x+2)^2 + 1^2}$
This integral is in the form $\int \frac{du}{u^2 + a^2}$. We use the substitution $u = x+2$.
Differentiate $u$ with respect to $x$: $du = \frac{d}{dx}(x+2) dx = 1 dx = dx$.
Substitute $u = x+2$ and $dx = du$ into the integral. Let $a = 1$ (from $1^2$).
$= \int \frac{du}{u^2 + a^2}$
This is a standard integral formula (Formula 6):
$\int \frac{du}{u^2 + a^2} = \frac{1}{a} \tan^{-1} \left(\frac{u}{a}\right) + C'$
[Standard integral formula]
Substitute $a=1$ and evaluate the integral:
$= \frac{1}{1} \tan^{-1} \left(\frac{u}{1}\right) + C' = \tan^{-1} u + C'$
Substitute back $u = x+2$. Let $C = C'$ be the arbitrary constant.
$= \tan^{-1} (x+2) + C$
Thus, the indefinite integral is $\mathbf{\tan^{-1} (x+2) + C}$.
Definite Integrals as the Limit of a Sum
So far, we have dealt with indefinite integrals, which represent a family of antiderivatives. Now we transition to definite integrals. A definite integral is a numerical value that represents the signed area bounded by the graph of a function, the x-axis, and two vertical lines (the limits of integration). The formal definition of the definite integral is based on approximating this area using rectangles and taking the limit as the number of rectangles approaches infinity. This process is known as defining the definite integral as the limit of a sum, or using Riemann sums.
Definition of Definite Integral as the Limit of a Sum (Riemann Sums)
Consider a continuous function $f(x)$ defined on a closed and bounded interval $[a, b]$. We want to find the area of the region enclosed by the curve $y=f(x)$, the x-axis, and the vertical lines $x=a$ and $x=b$. For simplicity, let's assume $f(x) \geq 0$ on $[a, b]$.
To approximate this area, we divide the interval $[a, b]$ into $n$ smaller subintervals of equal width. The width of each subinterval, denoted by $\Delta x$ or $h$, is given by:
h = $\frac{b-a}{n}$
... (1)
The points that divide the interval $[a, b]$ are $x_0, x_1, x_2, \dots, x_n$, where $x_0 = a$, $x_1 = a+h$, $x_2 = a+2h$, and generally $x_r = a+rh$ for $r=0, 1, 2, \dots, n$. The last point is $x_n = a+nh = a + n\left(\frac{b-a}{n}\right) = a + (b-a) = b$.
These points divide the interval $[a, b]$ into $n$ subintervals: $[x_0, x_1], [x_1, x_2], \dots, [x_{n-1}, x_n]$. The $r$-th subinterval is $[x_{r-1}, x_r] = [a+(r-1)h, a+rh]$.
Now, we approximate the area under the curve over each subinterval by the area of a rectangle. We can choose the height of the rectangle in each subinterval as the function value at the left endpoint, right endpoint, or any point within the subinterval.
Using the right endpoint height, $f(x_r)$, for the $r$-th rectangle (over the interval $[x_{r-1}, x_r]$), the area of the $r$-th rectangle is $f(x_r) \cdot h = f(a+rh) \cdot h$. The sum of the areas of these $n$ rectangles is:
$\sum\limits_{r=1}^{n} f(x_r) h = \sum\limits_{r=1}^{n} f(a+rh) h$
Using the left endpoint height, $f(x_{r-1})$, for the $r$-th rectangle (over the interval $[x_{r-1}, x_r]$), the area of the $r$-th rectangle is $f(x_{r-1}) \cdot h = f(a+(r-1)h) \cdot h$. The sum of the areas of these $n$ rectangles is:
$\sum\limits_{r=1}^{n} f(x_{r-1}) h = \sum\limits_{r=0}^{n-1} f(x_r) h = \sum\limits_{r=0}^{n-1} f(a+rh) h$
These sums are called Riemann Sums. As the number of subintervals $n$ increases, the width of each subinterval $h = \frac{b-a}{n}$ decreases and approaches zero ($h \to 0$ as $n \to \infty$). The approximation of the area gets better and better.
The definite integral of $f(x)$ from $a$ to $b$ is defined as the limit of these Riemann sums as $n \to \infty$ (or as $h \to 0$):
$\int\limits_{a}^{b} f(x) dx = \lim\limits_{n \to \infty} \sum\limits_{r=1}^{n} f(a+rh) h$, where $h = \frac{b-a}{n}$
... (2)
An equivalent definition using the left endpoint sum is:
$\int\limits_{a}^{b} f(x) dx = \lim\limits_{n \to \infty} \sum\limits_{r=0}^{n-1} f(a+rh) h$, where $h = \frac{b-a}{n}$
... (3)
Both definitions are equivalent for continuous functions. The method using the limit of a sum provides the formal basis for the definite integral and connects it to the geometric concept of area.
Evaluation of Definite Integrals using the Limit of a Sum
To evaluate a definite integral $\int\limits_{a}^{b} f(x) dx$ using the definition as a limit of a sum, we generally follow these steps (using the formula with $r$ from 0 to $n-1$):
1. Identify the function $f(x)$, the lower limit $a$, and the upper limit $b$.
2. Calculate the width of each subinterval, $h = \frac{b-a}{n}$. Note that as $n \to \infty$, $h \to 0$.
3. Write out the terms $f(a+rh)$ for $r=0, 1, 2, \dots, n-1$.
4. Form the sum $S_n = h \sum\limits_{r=0}^{n-1} f(a+rh) = h [f(a) + f(a+h) + f(a+2h) + \dots + f(a+(n-1)h)]$.
5. Simplify the sum $S_n$. This often involves using standard formulas for sums of powers of integers or geometric series, such as:
- $\sum\limits_{r=1}^{n} r = 1+2+\dots+n = \frac{n(n+1)}{2}$
- $\sum\limits_{r=1}^{n} r^2 = 1^2+2^2+\dots+n^2 = \frac{n(n+1)(2n+1)}{6}$
- $\sum\limits_{r=1}^{n} r^3 = 1^3+2^3+\dots+n^3 = \left(\frac{n(n+1)}{2}\right)^2$
- Sum of a constant $k$ repeated $n$ times: $\sum\limits_{r=1}^{n} k = nk$
It is usually easier to work with $S_n$ expressed in terms of $n$. Remember that $h = \frac{b-a}{n}$.
6. Evaluate the limit $\lim\limits_{n \to \infty} S_n$. This is the value of the definite integral.
Example 1. Evaluate $\int\limits_{0}^{1} x dx$ as the limit of a sum.
Answer:
Given:
The definite integral $\int\limits_{0}^{1} x dx$.
Here, $f(x) = x$, the lower limit is $a = 0$, and the upper limit is $b = 1$.
To Evaluate:
The given definite integral using the definition as the limit of a sum.
Solution:
We use the definition $\int\limits_{a}^{b} f(x) dx = \lim\limits_{n \to \infty} \sum\limits_{r=0}^{n-1} f(a+rh) h$, where $h = \frac{b-a}{n}$.
1. Calculate the width of each subinterval $h$:
h = $\frac{b-a}{n} = \frac{1-0}{n} = \frac{1}{n}$
... (i)
2. Find the general term $f(a+rh)$. Here $a=0$ and $f(x)=x$.
f(a+rh) = f(0+rh) = f(rh)
f(rh) = $rh$
... (ii)
3. Form the sum $S_n = h \sum\limits_{r=0}^{n-1} f(a+rh)$. Substitute $h$ and $f(a+rh)$ from (i) and (ii).
S$_n = h \sum\limits_{r=0}^{n-1} (rh)$
Substitute $h = 1/n$ and take $h$ inside the summation:
S$_n = \frac{1}{n} \sum\limits_{r=0}^{n-1} \left(r \cdot \frac{1}{n}\right) = \frac{1}{n} \sum\limits_{r=0}^{n-1} \frac{r}{n}$
Take the constant $\frac{1}{n}$ outside the summation:
S$_n = \frac{1}{n} \cdot \frac{1}{n} \sum\limits_{r=0}^{n-1} r = \frac{1}{n^2} \sum\limits_{r=0}^{n-1} r$
The sum $\sum\limits_{r=0}^{n-1} r = 0 + 1 + 2 + \dots + (n-1)$ is the sum of the first $(n-1)$ non-negative integers, which is the same as the sum of the first $(n-1)$ positive integers from 1 to $n-1$. Using the sum formula $\sum\limits_{k=1}^{m} k = \frac{m(m+1)}{2}$, with $m=n-1$:
$\sum\limits_{r=0}^{n-1} r = \frac{(n-1)(n-1+1)}{2} = \frac{(n-1)n}{2}$
Substitute this sum back into the expression for $S_n$:
S$_n = \frac{1}{n^2} \cdot \frac{n(n-1)}{2}$
Simplify the expression for $S_n$:
S$_n = \frac{n(n-1)}{2n^2} = \frac{n-1}{2n} = \frac{n}{2n} - \frac{1}{2n} = \frac{1}{2} - \frac{1}{2n}$
... (iii)
4. Evaluate the limit of $S_n$ as $n \to \infty$.
$\int\limits_{0}^{1} x dx = \lim\limits_{n \to \infty} S_n = \lim\limits_{n \to \infty} \left(\frac{1}{2} - \frac{1}{2n}\right)$
As $n \to \infty$, the term $\frac{1}{2n}$ approaches 0.
$= \frac{1}{2} - \lim\limits_{n \to \infty} \frac{1}{2n} = \frac{1}{2} - 0 = \frac{1}{2}$
Thus, the value of the definite integral $\int\limits_{0}^{1} x dx$ calculated as the limit of a sum is $\mathbf{\frac{1}{2}}$.
This result can be verified using the Fundamental Theorem of Calculus (which we will cover next). The antiderivative of $x$ is $\frac{x^2}{2}$.
$\int\limits_{0}^{1} x dx = \left[\frac{x^2}{2}\right]_{0}^{1} = \frac{(1)^2}{2} - \frac{(0)^2}{2} = \frac{1}{2} - 0 = \frac{1}{2}$
Fundamental Theorems of Integral Calculus
The relationship between differentiation and integration, which appeared as the inverse operations of each other, is formally established by the Fundamental Theorem of Calculus (FTC). This theorem is a cornerstone of calculus and provides a powerful tool for evaluating definite integrals without resorting to the cumbersome method of limits of sums. The theorem is typically stated in two parts.
First Fundamental Theorem of Calculus (Part 1)
The First Fundamental Theorem of Calculus deals with the function defined as the definite integral with a variable upper limit. It shows that the derivative of such an integral is related to the integrand.
Statement: Let $f$ be a continuous function on the closed interval $[a, b]$. Define a function $A(x)$ for $x \in [a, b]$ as the area under the curve $y=f(t)$ from $a$ to $x$:
A(x) = $\int\limits_{a}^{x} f(t) dt$, for $a \leq x \leq b$
... (1)
Then the function $A(x)$ is differentiable on $(a, b)$, and its derivative is given by:
A'(x) = $\frac{d}{dx} \left(\int\limits_{a}^{x} f(t) dt\right) = f(x)$, for all $x \in [a, b]$
... (2)
This theorem states that the rate of change of the area under the curve $y=f(t)$ with respect to the upper limit $x$ is equal to the value of the function $f$ at that upper limit $x$. This is a formal expression of the inverse relationship between differentiation and integration. The function $A(x)$ is essentially an antiderivative of $f(x)$.
Intuitive Proof Idea:
We want to find the derivative of $A(x)$, which is defined as $A'(x) = \lim\limits_{h \to 0} \frac{A(x+h) - A(x)}{h}$.
From the definition of $A(x)$:
A(x+h) - A(x) = $\int\limits_{a}^{x+h} f(t) dt - \int\limits_{a}^{x} f(t) dt$
The difference between these two definite integrals is the area under the curve $y=f(t)$ from $x$ to $x+h$.
A(x+h) - A(x) = $\int\limits_{x}^{x+h} f(t) dt$
For a small value of $h$, if $f(t)$ is continuous, its value on the small interval $[x, x+h]$ does not change significantly. The area under the curve from $x$ to $x+h$ can be approximated by the area of a rectangle with width $h$ and height approximately $f(x)$ (or $f(x+h)$, or any value between $x$ and $x+h$).
$\int\limits_{x}^{x+h} f(t) dt \approx f(x) \cdot h$ (for small $h$)
So, the difference quotient is:
$\frac{A(x+h) - A(x)}{h} = \frac{\int\limits_{x}^{x+h} f(t) dt}{h} \approx \frac{f(x) \cdot h}{h} = f(x)$
Taking the limit as $h \to 0$, the approximation becomes exact because the function $f(t)$ varies less and less over the interval $[x, x+h]$ due to continuity.
A'(x) = $\lim\limits_{h \to 0} \frac{A(x+h) - A(x)}{h} = f(x)$
Thus, $A'(x) = f(x)$. This proves that $A(x)$, the area function defined by the definite integral, is an antiderivative of $f(x)$.
Second Fundamental Theorem of Calculus (Part 2)
The Second Fundamental Theorem of Calculus provides the practical method for evaluating definite integrals using antiderivatives.
Statement: Let $f$ be a continuous function on the closed interval $[a, b]$. If $F$ is any antiderivative of $f$ on $[a, b]$ (meaning $F'(x) = f(x)$ for all $x \in [a, b]$), then the definite integral of $f$ from $a$ to $b$ is given by the difference in the values of $F$ at the upper and lower limits:
$\int\limits_{a}^{b} f(x) dx = F(b) - F(a)$
... (3)
This is the most commonly used part of the Fundamental Theorem of Calculus for evaluating definite integrals. It tells us that instead of performing the limit of a sum, we can find any antiderivative $F(x)$ of $f(x)$ and compute $F(b) - F(a)$. The constant of integration $C$ cancels out in this difference, which is why any antiderivative can be used (e.g., $(F(b)+C) - (F(a)+C) = F(b) - F(a)$).
The notation $[F(x)]_{a}^{b}$ is often used to represent $F(b) - F(a)$. So, $\int\limits_{a}^{b} f(x) dx = [F(x)]_{a}^{b}$.
Proof Idea (using the First FTC):
Let $f$ be continuous on $[a, b]$, and let $F(x)$ be any antiderivative of $f(x)$, so $F'(x) = f(x)$.
Consider the area function defined by the First FTC: $A(x) = \int\limits_{a}^{x} f(t) dt$. We know from the First FTC that $A'(x) = f(x)$.
Since both $A(x)$ and $F(x)$ are antiderivatives of the same continuous function $f(x)$, they must differ by a constant on the interval $[a, b]$. That is, there exists a constant $C$ such that:
A(x) = $F(x) + C$ for all $x \in [a, b]$
... (B)
We can find the value of $C$ by evaluating equation (B) at the lower limit $x=a$:
A(a) = $F(a) + C$
By the definition of $A(x)$, $A(a) = \int\limits_{a}^{a} f(t) dt$. The area under the curve from $a$ to $a$ is 0.
0 = $F(a) + C \implies C = -F(a)$
Substitute this value of $C$ back into equation (B):
A(x) = $F(x) - F(a)$
... (C)
Now, we want to evaluate the definite integral $\int\limits_{a}^{b} f(x) dx$, which by the definition of $A(x)$ is $A(b)$. Evaluate equation (C) at the upper limit $x=b$:
A(b) = $F(b) - F(a)$
Since $A(b) = \int\limits_{a}^{b} f(x) dx$ (replacing the dummy variable $t$ with $x$), we have:
$\int\limits_{a}^{b} f(x) dx = F(b) - F(a)$
... (D)
This completes the proof of the Second Fundamental Theorem of Calculus. It shows that the definite integral can be evaluated by finding an antiderivative.
Example 1. Evaluate $\int\limits_{1}^{2} x^2 dx$ using the Fundamental Theorem of Calculus.
Answer:
Given:
The definite integral $\int\limits_{1}^{2} x^2 dx$.
Here, the integrand is $f(x) = x^2$, the lower limit is $a=1$, and the upper limit is $b=2$. The function $f(x) = x^2$ is continuous on the interval $[1, 2]$.
To Evaluate:
The given definite integral using the Second Fundamental Theorem of Calculus.
Solution:
According to the Second Fundamental Theorem of Calculus, $\int\limits_{a}^{b} f(x) dx = F(b) - F(a)$, where $F(x)$ is any antiderivative of $f(x)$.
First, we find an antiderivative of $f(x) = x^2$. Using the power rule for indefinite integrals, $\int x^n dx = \frac{x^{n+1}}{n+1} + C$ (for $n \neq -1$), we have:
$\int x^2 dx = \frac{x^{2+1}}{2+1} + C = \frac{x^3}{3} + C$
We can choose any antiderivative. For simplicity, we choose the one with $C=0$, so let $F(x) = \frac{x^3}{3}$.
Now, we apply the formula $F(b) - F(a)$ with $a=1$ and $b=2$. The notation $[F(x)]_{a}^{b}$ means $F(b) - F(a)$.
$\int\limits_{1}^{2} x^2 dx = \left[\frac{x^3}{3}\right]_{1}^{2}$
Evaluate $F(x) = \frac{x^3}{3}$ at the upper limit $x=2$ and the lower limit $x=1$, and subtract the results:
$= F(2) - F(1)$
$= \frac{(2)^3}{3} - \frac{(1)^3}{3}$
$= \frac{8}{3} - \frac{1}{3}$
$= \frac{8-1}{3} = \frac{7}{3}$
Thus, the value of the definite integral is $\mathbf{\frac{7}{3}}$.
Evaluation of Definite Integrals by Substitution
The method of substitution (u-substitution) is not only useful for finding indefinite integrals but also for evaluating definite integrals. When applying substitution to a definite integral, it is crucial to handle the limits of integration correctly. There are two common approaches:
1. Method 1: Perform the substitution to find the indefinite integral (antiderivative) in terms of the original variable. Once the antiderivative is found, apply the original limits of integration to this result.
2. Method 2: Perform the substitution and simultaneously change the limits of integration according to the substitution. Evaluate the definite integral directly in terms of the new variable using the new limits. This method is generally more efficient as it avoids substituting back to the original variable.
Procedure for Evaluating Definite Integrals by Substitution (Changing Limits - Method 2)
This method involves transforming the entire definite integral, including the limits, into the new variable.
To evaluate the definite integral $\int\limits_{a}^{b} f(g(x)) g'(x) dx$:
1. Make the substitution $u = g(x)$. Identify the part of the integrand that corresponds to $u$.
2. Find the differential $du$ by differentiating the substitution with respect to $x$: $du = g'(x) dx$. Identify the part of the integrand that corresponds to $du$.
3. Change the limits of integration. Since the original limits $a$ and $b$ are values of $x$, they must be converted into corresponding values of $u$ using the substitution $u = g(x)$:
- The new lower limit for $u$ is obtained by substituting the original lower limit $x=a$ into the substitution equation: $u_{lower} = g(a)$.
- The new upper limit for $u$ is obtained by substituting the original upper limit $x=b$ into the substitution equation: $u_{upper} = g(b)$.
These new limits $g(a)$ and $g(b)$ will be the limits of integration for the integral with respect to $u$.
4. Rewrite the definite integral entirely in terms of the new variable $u$ and its new limits of integration:
$\int\limits_{a}^{b} f(g(x)) g'(x) dx = \int\limits_{g(a)}^{g(b)} f(u) du$
... (1)
5. Evaluate the resulting definite integral with respect to $u$ using the Fundamental Theorem of Calculus. Find an antiderivative $F(u)$ of $f(u)$ and compute $F(g(b)) - F(g(a))$. Note that we do not need to substitute back to $x$ because the limits have been changed to correspond to $u$.
Example 1. Evaluate $\int\limits_{0}^{1} 2x (x^2 + 1) dx$ using substitution.
Answer:
Given:
The definite integral $\int\limits_{0}^{1} 2x (x^2 + 1) dx$.
To Evaluate:
The given definite integral using the substitution method.
Solution (Method 2: Changing Limits):
Let the integral be $I = \int\limits_{0}^{1} (x^2 + 1) (2x dx)$.
We observe that the derivative of $(x^2 + 1)$ is $2x$. This suggests the substitution $u = x^2 + 1$.
1. Make the substitution: $u = x^2 + 1$.
2. Find the differential $du$: $du = \frac{d}{dx}(x^2 + 1) dx = (2x) dx$.
3. Change the limits of integration. The original limits are $x=0$ and $x=1$. We convert these to $u$ values using the substitution $u = x^2 + 1$.
- When $x = 0$ (lower limit): $u = (0)^2 + 1 = 0 + 1 = 1$. The new lower limit is 1.
- When $x = 1$ (upper limit): $u = (1)^2 + 1 = 1 + 1 = 2$. The new upper limit is 2.
4. Rewrite the definite integral in terms of $u$ and the new limits.
The integral $\int\limits_{0}^{1} (x^2 + 1) (2x dx)$ becomes $\int\limits_{1}^{2} u \, du$.
I = $\int\limits_{1}^{2} u \, du$
... (i)
5. Evaluate the resulting definite integral using the Fundamental Theorem of Calculus. An antiderivative of $f(u) = u$ is $F(u) = \frac{u^{1+1}}{1+1} = \frac{u^2}{2}$.
I = $\left[\frac{u^2}{2}\right]_{1}^{2}$
Apply the limits:
I = $F(2) - F(1) = \frac{(2)^2}{2} - \frac{(1)^2}{2}$
I = $\frac{4}{2} - \frac{1}{2}$
I = $\frac{4-1}{2} = \frac{3}{2}$
Thus, $\int\limits_{0}^{1} 2x (x^2 + 1) dx = \mathbf{\frac{3}{2}}$.
Alternative Method (Method 1: Evaluate Indefinite Integral First):
Let the integral be $I = \int\limits_{0}^{1} 2x (x^2 + 1) dx$.
First, evaluate the indefinite integral $\int 2x (x^2 + 1) dx$ using substitution.
Let $u = x^2 + 1$. Then $du = 2x dx$.
$\int 2x (x^2 + 1) dx = \int (x^2 + 1) (2x dx) = \int u \, du$
Evaluate the integral with respect to $u$:
$= \frac{u^2}{2} + C'$
Substitute back $u = x^2 + 1$ to get the result in terms of $x$:
$= \frac{(x^2 + 1)^2}{2} + C'$
So, an antiderivative of $2x(x^2+1)$ is $F(x) = \frac{(x^2+1)^2}{2}$ (taking $C'=0$).
Now, apply the original limits $a=0$ and $b=1$ using the Fundamental Theorem of Calculus:
$\int\limits_{0}^{1} 2x (x^2 + 1) dx = [F(x)]_{0}^{1} = \left[\frac{(x^2 + 1)^2}{2}\right]_{0}^{1}$
Evaluate $F(x)$ at the upper limit (1) and lower limit (0) and subtract:
$= F(1) - F(0) = \frac{(1^2 + 1)^2}{2} - \frac{(0^2 + 1)^2}{2}$
$= \frac{(1 + 1)^2}{2} - \frac{(0 + 1)^2}{2}$
$= \frac{(2)^2}{2} - \frac{(1)^2}{2}$
$= \frac{4}{2} - \frac{1}{2}$
$= \frac{3}{2}$
Both methods yield the same result, $\mathbf{\frac{3}{2}}$. However, Method 2 (changing limits) is often preferred as it is more direct and typically involves simpler calculations with the new variable $u$ within the integral step.
Properties of Definite Integrals
Definite integrals possess several properties that are very useful in simplifying calculations and evaluating integrals, especially when analytical integration is difficult or impossible. These properties stem from the definition of the definite integral as the limit of a sum and the relationship between definite and indefinite integrals established by the Fundamental Theorem of Calculus.
Basic Properties of Definite Integrals
Let $f(x)$ and $g(x)$ be integrable functions on the interval $[a, b]$.
Property P0: Change of Variable
$\int\limits_{a}^{b} f(x) dx = \int\limits_{a}^{b} f(t) dt$
... (1)
This property states that the value of a definite integral does not depend on the choice of the variable of integration (sometimes called a "dummy variable"). It can be $x$, $t$, $u$, etc., as long as the function and the limits remain the same. This is because the definite integral represents a specific numerical value (area), which is independent of the variable used to define the function.
Property P1: Interchanging Limits
$\int\limits_{a}^{b} f(x) dx = -\int\limits_{b}^{a} f(x) dx$.
Interchanging the upper and lower limits of integration changes the sign of the definite integral.
A special case is when the upper and lower limits are the same:
$\int\limits_{a}^{a} f(x) dx = 0$
... (2)
This makes sense intuitively, as the area under a curve over an interval of zero width is zero.
Proof of P1 (using FTC): Let $F(x)$ be an antiderivative of $f(x)$, so $F'(x) = f(x)$. By the Second Fundamental Theorem of Calculus (FTC):
$\int\limits_{a}^{b} f(x) dx = F(b) - F(a)$
Now consider the integral with interchanged limits:
$\int\limits_{b}^{a} f(x) dx = F(a) - F(b)$
[By FTC]
Comparing the two results:
F(a) - F(b) = -(F(b) - F(a))
So, $\int\limits_{b}^{a} f(x) dx = -\int\limits_{a}^{b} f(x) dx$, or equivalently $\int\limits_{a}^{b} f(x) dx = -\int\limits_{b}^{a} f(x) dx$. For the special case $\int\limits_{a}^{a} f(x) dx = F(a) - F(a) = 0$.
Property P2: Additive Property of Intervals
$\int\limits_{a}^{b} f(x) dx = \int\limits_{a}^{c} f(x) dx + \int\limits_{c}^{b} f(x) dx$, where $a, b, c$ are real numbers and $f$ is integrable on the relevant intervals.
... (3)
This property allows us to split an integral over an interval into the sum of integrals over subintervals. The point $c$ does not necessarily have to be between $a$ and $b$. For example, $\int\limits_{a}^{b} f(x) dx = \int\limits_{a}^{c} f(x) dx + \int\limits_{c}^{b} f(x) dx$ is true even if $c > b$ or $c < a$, provided $f$ is integrable on the extended interval.
Proof of P2 (using FTC): Let $F(x)$ be an antiderivative of $f(x)$.
$\int\limits_{a}^{b} f(x) dx = F(b) - F(a)$
[By FTC]
Consider the right side of the equation:
$\int\limits_{a}^{c} f(x) dx + \int\limits_{c}^{b} f(x) dx = [F(c) - F(a)] + [F(b) - F(c)]$
[By FTC]
$= F(c) - F(a) + F(b) - F(c)$
$= F(b) - F(a)$
Since both sides are equal to $F(b) - F(a)$, the property is proved.
Property P3: Linearity
$\int\limits_{a}^{b} [c_1 f(x) + c_2 g(x)] dx = c_1 \int\limits_{a}^{b} f(x) dx + c_2 \int\limits_{a}^{b} g(x) dx$
... (4)
where $c_1$ and $c_2$ are constants. This property states that the definite integral of a linear combination of functions is the linear combination of their definite integrals. This property is a direct consequence of the linearity properties of indefinite integrals and the FTC.
Special Properties of Definite Integrals
These properties often help in simplifying or directly evaluating definite integrals over specific types of intervals or for functions with certain symmetries.
Property P4: Integral over $[0, a]$
$\int\limits_{0}^{a} f(x) dx = \int\limits_{0}^{a} f(a-x) dx$
... (5)
This property is extremely useful for evaluating integrals where the integrand involves trigonometric functions. The property states that replacing the variable $x$ by $(a-x)$ within the integrand does not change the value of the definite integral over the interval $[0, a]$.
Proof of P4: Let the left side of the equation be $I = \int\limits_{0}^{a} f(x) dx$. In the integral $\int\limits_{0}^{a} f(a-x) dx$, let's use the substitution $t = a-x$.
Differentiating the substitution with respect to $x$: $\frac{dt}{dx} = \frac{d}{dx}(a-x) = -1$. So, the differential $dt = -dx$, which means $dx = -dt$.
Now, change the limits of integration according to the substitution $t = a-x$:
- When $x = 0$ (lower limit), $t = a - 0 = a$. The new lower limit is $a$.
- When $x = a$ (upper limit), $t = a - a = 0$. The new upper limit is $0$.
Substitute $a-x = t$ and $dx = -dt$ into the integral $\int\limits_{0}^{a} f(a-x) dx$, and use the new limits:
$\int\limits_{0}^{a} f(a-x) dx = \int\limits_{a}^{0} f(t) (-dt)$
Move the constant $-1$ outside the integral:
$= - \int\limits_{a}^{0} f(t) dt$
Using Property P1, $\int\limits_{a}^{0} f(t) dt = -\int\limits_{0}^{a} f(t) dt$:
$= - (-\int\limits_{0}^{a} f(t) dt) = \int\limits_{0}^{a} f(t) dt$
Using Property P0, $\int\limits_{0}^{a} f(t) dt = \int\limits_{0}^{a} f(x) dx$:
$= \int\limits_{0}^{a} f(x) dx$
This is the original integral $I$. Thus, $\int\limits_{0}^{a} f(x) dx = \int\limits_{0}^{a} f(a-x) dx$.
Property P5: Integral over $[0, 2a]$
$\int\limits_{0}^{2a} f(x) dx = \int\limits_{0}^{a} f(x) dx + \int\limits_{a}^{2a} f(x) dx$
This is a direct application of the additive property P2. However, this property is often used in conjunction with a substitution in the second integral. In the integral $\int\limits_{a}^{2a} f(x) dx$, let $x = 2a-t$. Then $dx = -dt$. When $x=a$, $t=a$. When $x=2a$, $t=0$.
$\int\limits_{a}^{2a} f(x) dx = \int\limits_{a}^{0} f(2a-t) (-dt) = - \int\limits_{a}^{0} f(2a-t) dt = \int\limits_{0}^{a} f(2a-t) dt = \int\limits_{0}^{a} f(2a-x) dx$
So, Property P5 is usually written as:
$\int\limits_{0}^{2a} f(x) dx = \int\limits_{0}^{a} f(x) dx + \int\limits_{0}^{a} f(2a-x) dx$
... (6)
This property leads to a useful special case based on the symmetry of $f(x)$ about $x=a$:
$\int\limits_{0}^{2a} f(x) dx = \begin{cases} 2 \int\limits_{0}^{a} f(x) dx & , & \text{if } f(2a-x) = f(x) \\ 0 & , & \text{if } f(2a-x) = -f(x) \end{cases}$
... (7)
Property P6: Integral over $[-a, a]$ (Even/Odd Functions)
This property applies when the interval of integration is symmetric about zero.
$\int\limits_{-a}^{a} f(x) dx = \begin{cases} 2 \int\limits_{0}^{a} f(x) dx & , & \text{if } f \text{ is an even function } (f(-x) = f(x)) \\ 0 & , & \text{if } f \text{ is an odd function } (f(-x) = -f(x)) \end{cases}$
... (8)
An even function is symmetric about the y-axis, and an odd function has rotational symmetry about the origin. The property reflects that the integral of an odd function over a symmetric interval is zero (positive and negative areas cancel out), while the integral of an even function over a symmetric interval is twice the integral over half the interval ($[0, a]$).
Proof of P6: Using Property P2, we split the integral:
$\int\limits_{-a}^{a} f(x) dx = \int\limits_{-a}^{0} f(x) dx + \int\limits_{0}^{a} f(x) dx$
... (E)
Consider the first integral $\int\limits_{-a}^{0} f(x) dx$. Let's use the substitution $t = -x$. Then $dt = -dx$, so $dx = -dt$. Change the limits: when $x=-a$, $t = -(-a) = a$. When $x=0$, $t = -0 = 0$.
$\int\limits_{-a}^{0} f(x) dx = \int\limits_{a}^{0} f(-t) (-dt)$
$= - \int\limits_{a}^{0} f(-t) dt$
Using Property P1, $- \int\limits_{a}^{0} f(-t) dt = \int\limits_{0}^{a} f(-t) dt$.
$\int\limits_{-a}^{0} f(x) dx = \int\limits_{0}^{a} f(-x) dx$
(Replacing $t$ with $x$ by P0)
Substitute this back into equation (E):
$\int\limits_{-a}^{a} f(x) dx = \int\limits_{0}^{a} f(-x) dx + \int\limits_{0}^{a} f(x) dx$
Now, we consider the cases for even and odd functions:
If $f$ is an even function, $f(-x) = f(x)$.
$\int\limits_{-a}^{a} f(x) dx = \int\limits_{0}^{a} f(x) dx + \int\limits_{0}^{a} f(x) dx = 2 \int\limits_{0}^{a} f(x) dx$
If $f$ is an odd function, $f(-x) = -f(x)$.
$\int\limits_{-a}^{a} f(x) dx = \int\limits_{0}^{a} (-f(x)) dx + \int\limits_{0}^{a} f(x) dx = - \int\limits_{0}^{a} f(x) dx + \int\limits_{0}^{a} f(x) dx = 0$
This completes the proof of Property P6.
Example 1. Evaluate $\int\limits_{0}^{\pi/2} \frac{\sin x}{\sin x + \cos x} dx$.
Answer:
Given:
The definite integral $\int\limits_{0}^{\pi/2} \frac{\sin x}{\sin x + \cos x} dx$.
The integral is of the form $\int\limits_{0}^{a} f(x) dx$, where $a = \pi/2$ and $f(x) = \frac{\sin x}{\sin x + \cos x}$.
To Evaluate:
The given definite integral using the properties of definite integrals.
Solution:
Let the integral be $I$.
I = $\int\limits_{0}^{\pi/2} \frac{\sin x}{\sin x + \cos x} dx$
... (A)
We use Property P4: $\int\limits_{0}^{a} f(x) dx = \int\limits_{0}^{a} f(a-x) dx$. Here $a = \pi/2$.
Replace $x$ with $(\pi/2 - x)$ in the integrand of $I$:
I = $\int\limits_{0}^{\pi/2} \frac{\sin (\pi/2 - x)}{\sin (\pi/2 - x) + \cos (\pi/2 - x)} dx$
Using the trigonometric identities $\sin(\pi/2 - x) = \cos x$ and $\cos(\pi/2 - x) = \sin x$:
I = $\int\limits_{0}^{\pi/2} \frac{\cos x}{\cos x + \sin x} dx$
Rewrite the denominator as $\sin x + \cos x$:
I = $\int\limits_{0}^{\pi/2} \frac{\cos x}{\sin x + \cos x} dx$
... (B)
Now, add equation (A) and equation (B):
I + I = $\int\limits_{0}^{\pi/2} \frac{\sin x}{\sin x + \cos x} dx + \int\limits_{0}^{\pi/2} \frac{\cos x}{\sin x + \cos x} dx$
Using the linearity property P3 (integral of sum is sum of integrals):
2I = $\int\limits_{0}^{\pi/2} \left(\frac{\sin x}{\sin x + \cos x} + \frac{\cos x}{\sin x + \cos x}\right) dx$
Combine the fractions in the integrand:
2I = $\int\limits_{0}^{\pi/2} \frac{\sin x + \cos x}{\sin x + \cos x} dx$
Provided $\sin x + \cos x \neq 0$ on the interval of integration. On $[0, \pi/2]$, $\sin x \geq 0$ and $\cos x \geq 0$, and they are simultaneously zero only at isolated points if the interval was closed at both ends of $(0, \pi/2)$. In the open interval $(0, \pi/2)$, $\sin x + \cos x > 0$. At the endpoints, $\sin x + \cos x$ is 1. So, $\sin x + \cos x \neq 0$ on $[0, \pi/2]$. Thus, the fraction simplifies to 1.
2I = $\int\limits_{0}^{\pi/2} 1 dx$
Evaluate the integral of the constant function 1. The antiderivative of 1 is $x$.
2I = $[x]_{0}^{\pi/2}$
Apply the limits:
2I = $\frac{\pi}{2} - 0 = \frac{\pi}{2}$
Solve for $I$:
I = $\frac{1}{2} \cdot \frac{\pi}{2} = \frac{\pi}{4}$
... (C)
Thus, $\int\limits_{0}^{\pi/2} \frac{\sin x}{\sin x + \cos x} dx = \mathbf{\frac{\pi}{4}}$.
Example 2. Evaluate $\int\limits_{-1}^{1} \sin^5 x \cos^4 x dx$.
Answer:
Given:
The definite integral $\int\limits_{-1}^{1} \sin^5 x \cos^4 x dx$.
The interval of integration is $[-1, 1]$, which is of the form $[-a, a]$ with $a=1$. This suggests checking if the integrand is an even or odd function to apply Property P6.
To Evaluate:
The given definite integral using the properties of definite integrals.
Solution:
Let the integrand be $f(x) = \sin^5 x \cos^4 x$.
We determine if $f(x)$ is even or odd by evaluating $f(-x)$.
f(-x) = $\sin^5 (-x) \cos^4 (-x)$
Using the properties of trigonometric functions for negative angles: $\sin(-x) = -\sin x$ and $\cos(-x) = \cos x$.
f(-x) = $(-\sin x)^5 (\cos x)^4$
Recall that $(-1)^5 = -1$ and $(\cos x)^4 = \cos^4 x$.
f(-x) = $(-1)^5 (\sin x)^5 \cos^4 x = - \sin^5 x \cos^4 x$
We see that $f(-x) = -f(x)$.
f(-x) = $-f(x)$
(The function is odd)
Since the function $f(x) = \sin^5 x \cos^4 x$ is an odd function and the interval of integration is symmetric about zero (from $-1$ to $1$), we can use Property P6.
Property P6 states that $\int\limits_{-a}^{a} f(x) dx = 0$ if $f(x)$ is an odd function.
$\int\limits_{-1}^{1} \sin^5 x \cos^4 x dx = 0$
[Using Property P6 for odd function]
Thus, the value of the integral is $\mathbf{0}$.